aboutsummaryrefslogtreecommitdiffstats
path: root/math/kfr/files/patch-CMakeLists.txt
blob: 636950f32a425b3ec578497195dde29530cbaf12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- CMakeLists.txt.orig	2025-07-18 13:33:23 UTC
+++ CMakeLists.txt
@@ -180,8 +180,6 @@ option(ENABLE_TESTS "Enable KFR tests" OFF)
        "Multiple architectures will be built with runtime dispatch" ON)
 
 option(ENABLE_TESTS "Enable KFR tests" OFF)
-cmake_dependent_option(ENABLE_EXAMPLES "Enable KFR examples" ON "ENABLE_TESTS"
-                       OFF)
 if (CLANG)
     option(KFR_ENABLE_DFT "Enable DFT and related algorithms." ON)
 else ()
@@ -390,7 +388,6 @@ if (ENABLE_EXAMPLES)
 endif ()
 
 if (ENABLE_EXAMPLES)
-    add_subdirectory(examples)
     add_subdirectory(tools)
 endif ()
 if (ENABLE_TESTS)