mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
Add commented out hack to dump all CMake variables
I use this all the time when debugging CMake issues. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
131c5a2abe
commit
8cc7e63309
1 changed files with 8 additions and 0 deletions
|
@ -447,3 +447,11 @@ endif()
|
|||
if (MAKE_TESTS)
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
||||
# useful for debugging CMake issues
|
||||
#
|
||||
# message(STATUS "print variables")
|
||||
# get_cmake_property(_variableNames VARIABLES)
|
||||
# foreach(_variableName ${_variableNames})
|
||||
# message(STATUS "${_variableName}=${${_variableName}}")
|
||||
# endforeach()
|
||||
|
|
Loading…
Reference in a new issue