Skip to content

Commit 920a22b

Browse files
committed
Turn off debug printing
1 parent 238dfef commit 920a22b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ endif()
101101
# Add submodule GLM (include files only)
102102
include_directories("external/glm")
103103

104-
message(STATUS "---------------------- VARS BEG ---------------------")
105-
get_cmake_property(_variableNames VARIABLES)
106-
foreach (_variableName ${_variableNames})
107-
message(STATUS "${_variableName}=${${_variableName}}")
108-
endforeach()
109-
message(STATUS "---------------------- VARS END ---------------------")
104+
#message(STATUS "---------------------- VARS BEG ---------------------")
105+
#get_cmake_property(_variableNames VARIABLES)
106+
#foreach (_variableName ${_variableNames})
107+
# message(STATUS "${_variableName}=${${_variableName}}")
108+
#endforeach()
109+
#message(STATUS "---------------------- VARS END ---------------------")
110110

111111
###############################################################################
112112
# Configure compiler options

0 commit comments

Comments
 (0)