diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-06-11 19:51:06 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-06-15 10:08:43 +0200 |
| commit | 726ef581a9a355a3e2752ebb953baedbc0217edc (patch) | |
| tree | d091e4ae7a56e65afdcbb846cbf5db9a979c0366 | |
| parent | 11423980972f3c3f92ab6b08abde94e1a8d66ba4 (diff) | |
| download | kernel-726ef581a9a355a3e2752ebb953baedbc0217edc.tar.xz kernel-726ef581a9a355a3e2752ebb953baedbc0217edc.zip | |
build: remove unused variable
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f7c7fe8..4064885 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,6 @@ if (BUILD_TESTING) FetchContent_MakeAvailable("Catch2") 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() #[============================================================================[ |
