@@ -7,4 +7,6 @@ project(ccats)
include(src/CMakeLists.txt)
-include(test/CMakeLists.txt)
+if(ENABLE_TESTS)
+ include(test/CMakeLists.txt)
+endif()