mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
12 lines
211 B
Text
12 lines
211 B
Text
--- CMakeLists.txt.orig 2023-01-24 07:32:58 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -35,7 +35,9 @@ endif()
|
|
include(CTest)
|
|
|
|
add_subdirectory(inc)
|
|
+if (BUILD_TESTING)
|
|
add_subdirectory(test)
|
|
+endif()
|
|
|
|
## CPack settings.
|
|
|