Skip to content

Commit dec3291

Browse files
authored
Disable testing in CMakeLists.txt
1 parent fde3752 commit dec3291

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ ADD_SUBDIRECTORY(python)
176176
ADD_SUBDIRECTORY(pkgconfig)
177177
ADD_SUBDIRECTORY(doc)
178178

179-
# enable testing must be called here in order for the target test to be created
180-
ENABLE_TESTING()
181-
ADD_SUBDIRECTORY(test EXCLUDE_FROM_ALL)
179+
# # enable testing must be called here in order for the target test to be created
180+
# ENABLE_TESTING()
181+
# ADD_SUBDIRECTORY(test EXCLUDE_FROM_ALL)
182182

183183
# =============================================================================
184184
# uninstall procedure

0 commit comments

Comments
 (0)