Skip to content

Commit 8e8dcc9

Browse files
authored
moved test repostitory to CPM.cmake namespace (#228)
1 parent 8afc2af commit 8e8dcc9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/benchmark/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(CPMExampleBenchmark)
66

77
include(../../cmake/CPM.cmake)
88

9-
CPMAddPackage("gh:TheLartians/Fibonacci@2.0")
9+
CPMAddPackage("gh:cpm-cmake/testpack-fibonacci@2.0")
1010

1111
CPMAddPackage(
1212
NAME benchmark

examples/catch2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(CPMExampleCatch2)
66

77
include(../../cmake/CPM.cmake)
88

9-
CPMAddPackage("gh:TheLartians/Fibonacci@2.0")
9+
CPMAddPackage("gh:cpm-cmake/testpack-fibonacci@2.0")
1010
CPMAddPackage("gh:catchorg/[email protected]")
1111

1212
# ---- Create binary ----

examples/doctest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(CPMExampleDoctest)
66

77
include(../../cmake/CPM.cmake)
88

9-
CPMAddPackage("gh:TheLartians/Fibonacci@2.0")
9+
CPMAddPackage("gh:cpm-cmake/testpack-fibonacci@2.0")
1010
CPMAddPackage("gh:onqtam/doctest#2.4.5")
1111

1212
# ---- Create binary ----

examples/gtest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(CPMExampleGtest)
66

77
include(../../cmake/CPM.cmake)
88

9-
CPMAddPackage("gh:TheLartians/Fibonacci@2.0")
9+
CPMAddPackage("gh:cpm-cmake/testpack-fibonacci@2.0")
1010

1111
CPMAddPackage(
1212
NAME googletest

test/unit/remote_dependency/CMakeLists.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include(@CPM_PATH@/CPM.cmake)
1212

1313
CPMAddPackage(
1414
NAME fibonacci
15-
GIT_REPOSITORY https://github.com/TheLartians/Fibonacci.git
15+
GIT_REPOSITORY https://github.com/cpm-cmake/testpack-fibonacci.git
1616
VERSION @FIBONACCI_VERSION@
1717
@FIBONACCI_PACKAGE_ARGS@
1818
)

0 commit comments

Comments
 (0)