Debugging aid for cmake variables

This commit is contained in:
Shahram Najm 2020-01-13 16:18:07 +00:00
parent 69a86fff37
commit 0e0195a26f
1 changed files with 6 additions and 0 deletions

View File

@ -478,6 +478,12 @@ if( HAVE_FORTRAN )
)
endif()
###############################################################################
# Debugging aid. Print all known CMake variables
# get_cmake_property(_variableNames VARIABLES)
# foreach( _variableName ${_variableNames} )
# ecbuild_info(" ${_variableName}=${${_variableName}}")
# endforeach()
###############################################################################
# finalize