Skip to content

Commit 6a1df53

Browse files
olivier-stasseOlivier Stasse
authored andcommitted
[cmake] Remove display of all the variables.
1 parent c9a04cb commit 6a1df53

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,3 @@ ADD_SUBDIRECTORY(tests)
217217
218218
219219
SETUP_PROJECT_PACKAGE_FINALIZE()
220-
221-
get_cmake_property(_variableNames VARIABLES)
222-
list (SORT _variableNames)
223-
foreach (_variableName ${_variableNames})
224-
message(STATUS "${_variableName}=${${_variableName}}")
225-
endforeach()

0 commit comments

Comments
 (0)