aboutsummaryrefslogtreecommitdiff
path: root/ports/string-theory/disableTests.patch
blob: 7990385ac7402cf72301862d737cd9ff41b6c55e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cf79105..a29c209 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -230,5 +230,6 @@ install(FILES
 install(EXPORT string_theory-targets
         DESTINATION "${ST_INSTALL_CMAKE_DIR}/string_theory" COMPONENT devel)
 
-enable_testing()
-add_subdirectory(test)
+# Note:we do not mind the tests, which caused our library build failed ,so disable the tests
+#enable_testing()
+#add_subdirectory(test)