moved test repostitory to CPM.cmake namespace (#228)

This commit is contained in:
Lars Melchior
2021-03-04 10:01:01 +01:00
committed by GitHub
parent 8afc2af4f9
commit 8e8dcc9a8d
5 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ include(@CPM_PATH@/CPM.cmake)
CPMAddPackage(
NAME fibonacci
GIT_REPOSITORY https://github.com/TheLartians/Fibonacci.git
GIT_REPOSITORY https://github.com/cpm-cmake/testpack-fibonacci.git
VERSION @FIBONACCI_VERSION@
@FIBONACCI_PACKAGE_ARGS@
)