Print CMAKE_BUILD_TYPE after configuring the project

v0.27.3
Luis Diaz Mas 7 years ago committed by Luis Díaz Más
parent 9a84d4b64f
commit 3f2e0de0db

@ -11,6 +11,7 @@ endmacro( OptionOutput _outputstring )
message( STATUS "Install prefix: ${CMAKE_INSTALL_PREFIX}")
message( STATUS "------------------------------------------------------------------" )
message( STATUS "CMake Generator: ${CMAKE_GENERATOR}" )
message( STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}" )
message( STATUS "Compiler info: ${CMAKE_CXX_COMPILER_ID} (${CMAKE_CXX_COMPILER}) ; version: ${CMAKE_CXX_COMPILER_VERSION}")
message( STATUS " --- Compiler flags --- ")
message( STATUS "General: ${CMAKE_CXX_FLAGS}" )

Loading…
Cancel
Save