Print debug or release state on all archs except MSVC
This commit is contained in:
@@ -30,11 +30,13 @@ function (acg_print_configure_header _id _name)
|
||||
acg_color_message ("${_escape}[40;37m* Package : ${_escape}[32m${_project} ${_escape}[37m *${_escape}[0m")
|
||||
acg_color_message ("${_escape}[40;37m* Version : ${_escape}[32m${_version} ${_escape}[37m *${_escape}[0m")
|
||||
|
||||
# Just artistic. remove 2 spaces for release to make it look nicer ;-)
|
||||
if (${CMAKE_BUILD_TYPE} MATCHES "Debug")
|
||||
acg_color_message ("${_escape}[40;37m* Type : ${_escape}[32m${CMAKE_BUILD_TYPE} ${_escape}[37m *${_escape}[0m")
|
||||
else()
|
||||
acg_color_message ("${_escape}[40;37m* Type : ${_escape}[32m${CMAKE_BUILD_TYPE} ${_escape}[37m *${_escape}[0m")
|
||||
if ( NOT WIN32 )
|
||||
# Just artistic. remove 2 spaces for release to make it look nicer ;-)
|
||||
if (${CMAKE_BUILD_TYPE} MATCHES "Debug")
|
||||
acg_color_message ("${_escape}[40;37m* Type : ${_escape}[32m${CMAKE_BUILD_TYPE} ${_escape}[37m *${_escape}[0m")
|
||||
else()
|
||||
acg_color_message ("${_escape}[40;37m* Type : ${_escape}[32m${CMAKE_BUILD_TYPE} ${_escape}[37m *${_escape}[0m")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
acg_color_message ("${_escape}[40;37m************************************************************${_escape}[0m")
|
||||
|
||||
Reference in New Issue
Block a user