mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:16:43 +08:00
c05014eb91
* [ensmallen] Add new port * [ensmallen] disable tests
16 lines
438 B
Diff
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)
|