mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-16 16:20:50 +02:00
Fix Xcode version identification
This commit is contained in:
parent
143e35ee5d
commit
8898394f90
@ -114,7 +114,7 @@ if( CMAKE_GENERATOR MATCHES "Visual Studio" )
|
||||
message( STATUS " MSVC Toolset: ${MSVC_TOOLSET_VERSION}" )
|
||||
message( STATUS )
|
||||
elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||
if( CMAKE_GENERATOR MATCHES "Visual Studio" )
|
||||
if( CMAKE_GENERATOR MATCHES "Xcode" )
|
||||
message( STATUS " Xcode Version: ${XCODE_VERSION}" )
|
||||
endif()
|
||||
message( STATUS " MacOS SDK: ${CMAKE_OSX_SYSROOT}" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user