vcpkg/ports/ensmallen/disable_tests.patch
Miguel c05014eb91 [ensmallen] Add new port (#5421)
* [ensmallen] Add new port

* [ensmallen] disable tests
2019-02-26 15:18:43 -08:00

16 lines
438 B
Diff

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)