From db7f144c1b3ed629613d59c39f60e053dce5fb90 Mon Sep 17 00:00:00 2001 From: Maarten Bent Date: Sun, 28 Jan 2024 14:02:12 +0100 Subject: [PATCH] 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. --- build/cmake/main.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cmake/main.cmake b/build/cmake/main.cmake index 6cdffd2bbe..f6b0ec553e 100644 --- a/build/cmake/main.cmake +++ b/build/cmake/main.cmake @@ -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}