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