Author: akhaldi Date: Fri Oct 30 09:55:58 2015 New Revision: 69738
URL: http://svn.reactos.org/svn/reactos?rev=69738&view=rev Log: [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.
Modified: trunk/reactos/CMakeLists.txt
Modified: trunk/reactos/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/CMakeLists.txt?rev=69738&am... ============================================================================== --- trunk/reactos/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/CMakeLists.txt [iso-8859-1] Fri Oct 30 09:55:58 2015 @@ -119,6 +119,9 @@ if(NEW_STYLE_BUILD) 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