Skip to content

Commit

Permalink
update minimum required version to MacOSX 10.12
Browse files Browse the repository at this point in the history
To be aligned with Qt 5.12 requirements http://doc.qt.io/qt-5/macos.html#supported-versions
  • Loading branch information
anatoly-os committed Dec 8, 2018
1 parent 5e1a949 commit a9203cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -145,7 +145,7 @@ if (APPLE)
# of MacOSX.
#set(CMAKE_OSX_SYSROOT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk)

set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7) # Min version required
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.12) # Min version required
set(HAS_AUDIOFILE TRUE) # Requires libsndfile
set(MAC_APPCAST_URL "")

Expand Down

0 comments on commit a9203cb

Please sign in to comment.