Skip to content

Commit a9df97c

Browse files
authored
Disable testing in CMakeLists.txt
1 parent 7048ab4 commit a9df97c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ SET_DIRECTORY_PROPERTIES(PROPERTIES
118118
ADDITIONAL_MAKE_CLEAN_FILES ${CMAKE_BINARY_DIR}/console_bridge-config.cmake
119119
ADDITIONAL_MAKE_CLEAN_FILES ${CMAKE_BINARY_DIR}/console_bridge.pc)
120120

121-
if(BUILD_TESTING)
122-
enable_testing()
123-
add_subdirectory(test)
124-
endif()
121+
# if(BUILD_TESTING)
122+
# enable_testing()
123+
# add_subdirectory(test)
124+
# endif()

0 commit comments

Comments
 (0)