gentoo-ebuilds/dev-cpp/sol2/files/sol2-3.3.0-catch-depend.patch
Alexey Sokolov 9a6d9c1ece
dev-cpp/sol2: add 3.3.0
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Closes: https://bugs.gentoo.org/864169
Closes: https://github.com/gentoo/gentoo/pull/27456
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-09-26 05:34:09 -04:00

16 lines
376 B
Diff

--- 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}