We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde3752 commit dec3291Copy full SHA for dec3291
CMakeLists.txt
@@ -176,9 +176,9 @@ ADD_SUBDIRECTORY(python)
176
ADD_SUBDIRECTORY(pkgconfig)
177
ADD_SUBDIRECTORY(doc)
178
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)
+# # enable testing must be called here in order for the target test to be created
+# ENABLE_TESTING()
+# ADD_SUBDIRECTORY(test EXCLUDE_FROM_ALL)
182
183
# =============================================================================
184
# uninstall procedure
0 commit comments