CMake: use CMAKE_OSX_DEPLOYMENT_TARGET

This commit is contained in:
Michael Maltese
2017-01-23 23:45:54 -08:00
parent 951eb9a801
commit 0ab3b1a3ff
3 changed files with 8 additions and 9 deletions

View File

@ -75,10 +75,10 @@
<key>NSHumanReadableCopyright</key>
<string>Licensed under GPL version 2 or later (GPLv2+)</string>
<key>LSMinimumSystemVersion</key>
<string>${OSX_MIN_VERSION}</string>
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CSResourcesFileMapped</key>
<true/>
</dict>
</plist>
</plist>