aboutsummaryrefslogtreecommitdiff
path: root/ports/ensmallen/disable_tests.patch
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-03-11 08:15:34 +0800
committerGitHub <noreply@github.com>2020-03-10 17:15:34 -0700
commitf41d64c18f4c2a8c417e1112b550549df4e82adb (patch)
treed004f1a6d4fb56de394d904bccc9ae9d3f5ea874 /ports/ensmallen/disable_tests.patch
parent330ef69f9edb488bfb18947e4d3cb6d681ddc4b9 (diff)
downloadvcpkg-f41d64c18f4c2a8c417e1112b550549df4e82adb.tar.gz
vcpkg-f41d64c18f4c2a8c417e1112b550549df4e82adb.zip
[mlpack ensmallen] Update to latest revision (#10070)
Diffstat (limited to 'ports/ensmallen/disable_tests.patch')
-rw-r--r--ports/ensmallen/disable_tests.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/ports/ensmallen/disable_tests.patch b/ports/ensmallen/disable_tests.patch
deleted file mode 100644
index 80dd7e869..000000000
--- a/ports/ensmallen/disable_tests.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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)