Skip to content
Snippets Groups Projects
Commit f0418bf9 authored by Lars Bilke's avatar Lars Bilke
Browse files

With OGS_CMAKE_DEBUG=ON all cmake variable values are printed.

parent c79bbc8b
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,12 @@ ENDIF() # GCC AND GPROF_PATH ...@@ -28,6 +28,12 @@ ENDIF() # GCC AND GPROF_PATH
# Disable Qt # Disable Qt
OPTION(OGS_DONT_USE_QT "Disables all Qt specific code." OFF) OPTION(OGS_DONT_USE_QT "Disables all Qt specific code." OFF)
# Print CMake variable values
IF (OGS_CMAKE_DEBUG)
INCLUDE(ListAllCMakeVariableValues)
list_all_cmake_variable_values()
ENDIF (OGS_CMAKE_DEBUG)
###################### ######################
### Subdirectories ### ### Subdirectories ###
###################### ######################
......
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