diff --git a/CMakeLists.txt b/CMakeLists.txt index cd2c59e4d..49703a86d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,6 +99,8 @@ endif() endif() +option(ENABLE_TESTS "Enable tests" OFF) + if(${ENABLE_TESTS}) include(CTest) include_directories(include)