aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-05-19 12:48:08 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-05-19 12:48:08 +0200
commit033ecf6714089d2ce331152f5e120567f8d546cf (patch)
tree9ccf566a00df885438522b6d75f337aff2f00bea /CMakeLists.txt
parentfd55ecdd2d3b96d667a2f5fb13625d363a7a9f93 (diff)
downloadkernel-033ecf6714089d2ce331152f5e120567f8d546cf.tar.xz
kernel-033ecf6714089d2ce331152f5e120567f8d546cf.zip
build: clean up dependencies
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8118e0f..f7c7fe8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,9 +31,6 @@ if (BUILD_TESTING)
FetchContent_MakeAvailable("Catch2")
- find_package("Catch2")
- include("Catch")
-
add_compile_definitions("CATCH_CONFIG_NO_COUNTER")
set(CATCH_TEST_ARGS "EXTRA_ARGS" "--reporter" "junit::out=junit.xml" "--reporter" "console::out=-::colour-mode=ansi")
endif()