Remove commented out code

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
This commit is contained in:
Tomaz Canabrava 2015-11-17 19:32:12 -02:00 committed by Dirk Hohndel
parent 32714faf24
commit 24f0abe347

View file

@ -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()