diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-11-17 19:32:12 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-12-16 08:00:31 -0800 |
commit | 24f0abe3472306ce76f8644273589cf98b1625cf (patch) | |
tree | bfae8f90e19949a876cd71370a45acc828fa0515 /CMakeLists.txt | |
parent | 32714faf2450fc075cd78627ef65d3afc83ab13e (diff) | |
download | subsurface-24f0abe3472306ce76f8644273589cf98b1625cf.tar.gz |
Remove commented out code
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
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() |