mirror of https://github.com/ecmwf/eccodes.git
Debugging aid for cmake variables
This commit is contained in:
parent
69a86fff37
commit
0e0195a26f
|
@ -478,6 +478,12 @@ if( HAVE_FORTRAN )
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
# Debugging aid. Print all known CMake variables
|
||||||
|
# get_cmake_property(_variableNames VARIABLES)
|
||||||
|
# foreach( _variableName ${_variableNames} )
|
||||||
|
# ecbuild_info(" ${_variableName}=${${_variableName}}")
|
||||||
|
# endforeach()
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# finalize
|
# finalize
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue