mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +00:00
[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:
parent
40b98ed76f
commit
e670224c35
1 changed files with 3 additions and 0 deletions
|
@ -120,6 +120,9 @@ else()
|
||||||
include(cmake/host-tools.cmake)
|
include(cmake/host-tools.cmake)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# Print build type
|
||||||
|
message("-- Build Type: ${CMAKE_BUILD_TYPE}")
|
||||||
|
|
||||||
# adjust the default behaviour of the FIND_XXX() commands:
|
# adjust the default behaviour of the FIND_XXX() commands:
|
||||||
# search headers and libraries in the target environment, search
|
# search headers and libraries in the target environment, search
|
||||||
# programs in the host environment
|
# programs in the host environment
|
||||||
|
|
Loading…
Reference in a new issue