mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
12 lines
392 B
Text
12 lines
392 B
Text
--- CMakeLists.txt.orig 2018-11-20 07:33:37 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -116,5 +116,7 @@ SET_DIRECTORY_PROPERTIES(PROPERTIES
|
|
ADDITIONAL_MAKE_CLEAN_FILES ${CMAKE_BINARY_DIR}/console_bridge-config.cmake
|
|
ADDITIONAL_MAKE_CLEAN_FILES ${CMAKE_BINARY_DIR}/console_bridge.pc)
|
|
|
|
-enable_testing()
|
|
-add_subdirectory(test)
|
|
+if (DO_TESTING)
|
|
+ enable_testing()
|
|
+ add_subdirectory(test)
|
|
+endif()
|