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)