1
0
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:
Leland Lucius 2020-04-24 23:38:35 -05:00
parent 143e35ee5d
commit 8898394f90

View File

@ -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}" )