diff --git a/CMakeLists.txt b/CMakeLists.txt index 7cc929650..351bcb156 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -491,11 +491,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux") endif() endif() -# get_cmake_property(_variableNames VARIABLES) -# foreach (_variableName ${_variableNames}) -# message(STATUS "${_variableName}=${${_variableName}}") -# endforeach() - if (MAKE_TESTS) add_subdirectory(tests) endif()