mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 15:39:13 +08:00
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)
|