diff options
Diffstat (limited to 'ports/string-theory/disableTests.patch')
| -rw-r--r-- | ports/string-theory/disableTests.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/string-theory/disableTests.patch b/ports/string-theory/disableTests.patch new file mode 100644 index 000000000..7990385ac --- /dev/null +++ b/ports/string-theory/disableTests.patch @@ -0,0 +1,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) |
