ecbuild_get_build_type_list
Return the list of recognised CMake build types
ecbuild_get_build_type_list( <outvar> )
The list contains the standard ecBuild build types
(NONE, DEBUG, BIT, PRODUCTION, RELEASE,
RELWITHDEBINFO) plus the value of CMAKE_BUILD_TYPE if it is set
to a custom value not already in the list.
ecbuild_purge_compiler_flags
Purge compiler flags for a given language
ecbuild_purge_compiler_flags( <lang> )