diff options
| author | Alisayyy-Yang <v-aliyan@microsoft.com> | 2017-11-16 01:35:19 -0800 |
|---|---|---|
| committer | Alisayyy-Yang <v-aliyan@microsoft.com> | 2017-11-16 01:35:19 -0800 |
| commit | 2e726781461f163c9dcfa9c9070fddf3681d0e45 (patch) | |
| tree | 79c571c17c2f9d9c6ecf194a98ba740a7c6eba93 /ports/string-theory/disableTests.patch | |
| parent | bb226b2accbb9b9fbb6e1ffc45875ff6ba7663df (diff) | |
| download | vcpkg-2e726781461f163c9dcfa9c9070fddf3681d0e45.tar.gz vcpkg-2e726781461f163c9dcfa9c9070fddf3681d0e45.zip | |
[string-theory]disable the tests
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) |
