Skip to content
Snippets Groups Projects
Commit 6a1df53c authored by Olivier Stasse's avatar Olivier Stasse Committed by olivier stasse
Browse files

[cmake] Remove display of all the variables.

parent c9a04cb2
No related branches found
No related tags found
No related merge requests found
...@@ -217,9 +217,3 @@ ADD_SUBDIRECTORY(tests) ...@@ -217,9 +217,3 @@ ADD_SUBDIRECTORY(tests)
SETUP_PROJECT_PACKAGE_FINALIZE() SETUP_PROJECT_PACKAGE_FINALIZE()
get_cmake_property(_variableNames VARIABLES)
list (SORT _variableNames)
foreach (_variableName ${_variableNames})
message(STATUS "${_variableName}=${${_variableName}}")
endforeach()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment