diff --git a/CMakeLists.txt b/CMakeLists.txt index b69fe94..3477ea8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,6 +28,8 @@ if(BOOST_SUPERPROJECT_VERSION) endif() +# BUILD_TESTING is the standard CTest variable that enables testing + if(BUILD_TESTING) add_subdirectory(test)