blob: cda652ab3edec2281b82c3b99de174edc5404a6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- CMakeLists.txt.orig 2025-03-13 13:29:31 UTC
+++ CMakeLists.txt
@@ -120,5 +120,7 @@ install(
)
# add the testsuite
+if (BUILD_TESTING)
enable_testing()
add_subdirectory("test")
+endif()
|