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:
Maarten Bent 2024-01-28 14:02:12 +01:00
parent de6a117fda
commit db7f144c1b
No known key found for this signature in database
GPG key ID: 58AAEE3F4A4FD070

View file

@ -75,7 +75,7 @@ if(wxTOOLKIT_EXTRA)
set(wxTOOLKIT_DESC "with support for: ${wxTOOLKIT_DESC}")
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}
Which GUI toolkit should wxWidgets use? ${wxBUILD_TOOLKIT} ${wxTOOLKIT_VERSION} ${wxTOOLKIT_DESC}
Should wxWidgets be compiled into single library? ${wxBUILD_MONOLITHIC}