aboutsummaryrefslogtreecommitdiff
path: root/ports/ensmallen/disable_tests.patch
diff options
context:
space:
mode:
authorMiguel <mcanteras@gmail.com>2019-02-27 00:18:43 +0100
committerPhil Christensen <philc@microsoft.com>2019-02-26 15:18:43 -0800
commitc05014eb91f15043c8a68e35c93e45ab34188255 (patch)
tree38fc31e1e263c9f3cfc906d11b19a0ca1e37c6bf /ports/ensmallen/disable_tests.patch
parent4a582b4d1dda94f1342a1ab281c06b9617841532 (diff)
downloadvcpkg-c05014eb91f15043c8a68e35c93e45ab34188255.tar.gz
vcpkg-c05014eb91f15043c8a68e35c93e45ab34188255.zip
[ensmallen] Add new port (#5421)
* [ensmallen] Add new port * [ensmallen] disable tests
Diffstat (limited to 'ports/ensmallen/disable_tests.patch')
-rw-r--r--ports/ensmallen/disable_tests.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/ports/ensmallen/disable_tests.patch b/ports/ensmallen/disable_tests.patch
new file mode 100644
index 000000000..80dd7e869
--- /dev/null
+++ b/ports/ensmallen/disable_tests.patch
@@ -0,0 +1,15 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 1577be5..b0171b2 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -57,6 +57,7 @@ install(DIRECTORY "${CMAKE_SOURCE_DIR}/include/ensmallen_bits"
+ install(FILES ${CMAKE_SOURCE_DIR}/include/ensmallen.hpp
+ DESTINATION "${CMAKE_INSTALL_PREFIX}/include")
+
+-enable_testing()
+-
+-add_subdirectory(tests)
++# Disable tests
++#enable_testing()
++#
++#add_subdirectory(tests)