blob: 27e72d7403d315588683c75922c7e5cd20568c32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- CMakeLists.txt.orig 2022-01-04 19:58:58 UTC
+++ CMakeLists.txt
@@ -126,5 +126,7 @@ install(
)
# add the testsuite
+if (BUILD_TESTING)
enable_testing()
add_subdirectory("test")
+endif()
|