[CMAKE] Print the build type so it's clearly visible at configure time whether we are doing a Debug or a Release build for example.

svn path=/trunk/; revision=69738
This commit is contained in:
Amine Khaldi 2015-10-30 09:55:58 +00:00
parent 40b98ed76f
commit e670224c35

View file

@ -120,6 +120,9 @@ else()
include(cmake/host-tools.cmake)
endif()
# Print build type
message("-- Build Type: ${CMAKE_BUILD_TYPE}")
# adjust the default behaviour of the FIND_XXX() commands:
# search headers and libraries in the target environment, search
# programs in the host environment