aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.monad
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.monad')
-rw-r--r--nihil.monad/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/nihil.monad/CMakeLists.txt b/nihil.monad/CMakeLists.txt
index b0fa095..c293d40 100644
--- a/nihil.monad/CMakeLists.txt
+++ b/nihil.monad/CMakeLists.txt
@@ -16,8 +16,6 @@ if(NIHIL_TESTS)
Catch2::Catch2WithMain
)
- find_package(Catch2 REQUIRED)
-
include(CTest)
include(Catch)
catch_discover_tests(nihil.monad.test)