diff options
Diffstat (limited to 'lib/CMakeLists.txt')
| -rw-r--r-- | lib/CMakeLists.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 9389743..d27a874 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -32,21 +32,6 @@ pkg_check_modules("glibmm" "glibmm-2.68>=${TURNS_GLIB_MINIMUM_VERSION}" ) -# Testing Dependencies - -FetchContent_Declare( - "Catch2" - URL "https://github.com/catchorg/Catch2/archive/refs/tags/v3.6.0.tar.gz" - URL_HASH "SHA256=485932259a75c7c6b72d4b874242c489ea5155d17efa345eb8cc72159f49f356" - EXCLUDE_FROM_ALL - SYSTEM - FIND_PACKAGE_ARGS -) - -FetchContent_MakeAvailable("Catch2") - -include("Catch") - # Library set(HEADERS |
