aboutsummaryrefslogtreecommitdiff
path: root/ports/string-theory/disableTests.patch
diff options
context:
space:
mode:
authorMichael Hansen <zrax0111@gmail.com>2017-12-18 11:06:27 -0800
committerMichael Hansen <zrax0111@gmail.com>2017-12-18 11:10:11 -0800
commit8ad25f0506c8fefa0a6ae9801b4d1c82d2ad8da1 (patch)
treee4e9c2e61d2ecc33be599be694192efa831cdd92 /ports/string-theory/disableTests.patch
parent76096c95f1d3cbb85779ccd78c30513eec32b517 (diff)
downloadvcpkg-8ad25f0506c8fefa0a6ae9801b4d1c82d2ad8da1.tar.gz
vcpkg-8ad25f0506c8fefa0a6ae9801b4d1c82d2ad8da1.zip
Update string-theory to 1.7
Diffstat (limited to 'ports/string-theory/disableTests.patch')
-rw-r--r--ports/string-theory/disableTests.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/string-theory/disableTests.patch b/ports/string-theory/disableTests.patch
deleted file mode 100644
index 7990385ac..000000000
--- a/ports/string-theory/disableTests.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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)