CMake: Show macOS architecture in configuring summary

This commit is contained in:
Maarten Bent 2023-12-21 21:12:27 +01:00
parent 6b6c5f5378
commit dbf1eb91ce
No known key found for this signature in database
GPG key ID: 58AAEE3F4A4FD070

View file

@ -63,7 +63,7 @@ if(MSVC OR MINGW OR CYGWIN)
endif()
elseif(APPLE AND NOT IPHONE)
if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET)
set(wxREQUIRED_OS_DESC "macOS ${CMAKE_OSX_DEPLOYMENT_TARGET}")
set(wxREQUIRED_OS_DESC "macOS ${CMAKE_OSX_DEPLOYMENT_TARGET} ${CMAKE_SYSTEM_PROCESSOR}")
endif()
endif()