CMake: Use simplified system name in configuration summary
There is no need to show the full system name, which included for example the Windows build number.
This commit is contained in:
parent
de6a117fda
commit
db7f144c1b
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ if(wxTOOLKIT_EXTRA)
|
||||||
set(wxTOOLKIT_DESC "with support for: ${wxTOOLKIT_DESC}")
|
set(wxTOOLKIT_DESC "with support for: ${wxTOOLKIT_DESC}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
message(STATUS "Configured wxWidgets ${wxVERSION} for ${CMAKE_SYSTEM}
|
message(STATUS "Configured wxWidgets ${wxVERSION} for ${CMAKE_SYSTEM_NAME}
|
||||||
Min OS Version required at runtime: ${wxREQUIRED_OS_DESC}
|
Min OS Version required at runtime: ${wxREQUIRED_OS_DESC}
|
||||||
Which GUI toolkit should wxWidgets use? ${wxBUILD_TOOLKIT} ${wxTOOLKIT_VERSION} ${wxTOOLKIT_DESC}
|
Which GUI toolkit should wxWidgets use? ${wxBUILD_TOOLKIT} ${wxTOOLKIT_VERSION} ${wxTOOLKIT_DESC}
|
||||||
Should wxWidgets be compiled into single library? ${wxBUILD_MONOLITHIC}
|
Should wxWidgets be compiled into single library? ${wxBUILD_MONOLITHIC}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue