blob: 80dd7e8691071c413d6d7a63b7dc7504247f0ae5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)
|