diff --git a/CMakeLists.txt b/CMakeLists.txt
index aad8da67d5b5408b3b0e1c36ff8d1f11573ae94e..32f3dda9a79581d77a9b82a7071e7d6e5b03e63d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -217,9 +217,3 @@ ADD_SUBDIRECTORY(tests)
 
 
 SETUP_PROJECT_PACKAGE_FINALIZE()
-
-get_cmake_property(_variableNames VARIABLES)
-list (SORT _variableNames)
-foreach (_variableName ${_variableNames})
-    message(STATUS "${_variableName}=${${_variableName}}")
-endforeach()