blob: 1b5c4f1de1af852745ddf95eb546665f82add105 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -23,12 +23,7 @@
# # # # sol2 tests
# # Dependencies
-FetchContent_Declare(
- Catch2
- GIT_REPOSITORY https://github.com/catchorg/Catch2.git
- GIT_TAG devel
-)
-FetchContent_MakeAvailable(Catch2)
+find_package(Catch2 REQUIRED)
function(sol2_add_test_properties target-name)
target_link_libraries(${target-name}
|