Bump version and add gitlab source to examples (#138)

* use gitlab as source for example library

* bump CPM.cmake version
This commit is contained in:
Lars Melchior
2020-08-04 12:24:06 +02:00
committed by GitHub
parent bd14ccbd5a
commit ac872f6908
5 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ include(../../cmake/CPM.cmake)
CPMAddPackage(
NAME fibonacci
GIT_REPOSITORY https://github.com/TheLartians/Fibonacci.git
GITLAB_REPOSITORY TheLartians/Fibonacci
VERSION 2.0
)