CMake: Show macOS architecture in configuring summary
This commit is contained in:
parent
6b6c5f5378
commit
dbf1eb91ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue