aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-05-18 14:51:19 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-05-18 14:51:19 +0200
commit1f12f7d107fb0db5ab33a92a20ee05db2489dc28 (patch)
treed3f5bb2293bbfd53ccf78ed551d9a6a8ea5f5d9e /CMakeLists.txt
parentcb61eb0c7a2b259ebedeca78ce604742d4bbc0e8 (diff)
parente381b49caf9d29f405cb8c9d7c2b81640135d3ba (diff)
downloadkernel-1f12f7d107fb0db5ab33a92a20ee05db2489dc28.tar.xz
kernel-1f12f7d107fb0db5ab33a92a20ee05db2489dc28.zip
Merge branch 'fmorgner/develop-BA-FS26/code-quality' into 'develop-BA-FS26'
Enable code quality translation of clang-tidy data See merge request teachos/kernel!39
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8d48a13..fb5b101 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,6 +33,8 @@ if (BUILD_TESTING)
find_package("Catch2")
include("Catch")
+
+ add_compile_definitions("CATCH_CONFIG_NO_COUNTER")
endif()
#[============================================================================[