diff --git a/CMakeLists.txt b/CMakeLists.txt index 41f309a..4e092b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,9 +109,6 @@ endif() if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME) add_subdirectory(examples) -endif() - -if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME) enable_testing() add_subdirectory(tests) endif()