Skip to content

Commit

Permalink
Bump version and add gitlab source to examples (#138)
Browse files Browse the repository at this point in the history
* use gitlab as source for example library

* bump CPM.cmake version
  • Loading branch information
TheLartians authored Aug 4, 2020
1 parent bd14ccb commit ac872f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmake/CPM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

cmake_minimum_required(VERSION 3.14 FATAL_ERROR)

set(CURRENT_CPM_VERSION 0.27.1)
set(CURRENT_CPM_VERSION 0.27.2)

if(CPM_DIRECTORY)
if(NOT CPM_DIRECTORY STREQUAL CMAKE_CURRENT_LIST_DIR)
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion examples/catch2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(../../cmake/CPM.cmake)

CPMAddPackage(
NAME fibonacci
GIT_REPOSITORY https://github.com/TheLartians/Fibonacci.git
GITHUB_REPOSITORY TheLartians/Fibonacci
VERSION 2.0
)

Expand Down
2 changes: 1 addition & 1 deletion examples/doctest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
2 changes: 1 addition & 1 deletion examples/gtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit ac872f6

Please sign in to comment.