summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2020-11-14 21:15:34 -0600
committerBe <be@mixxx.org>2020-11-18 14:13:10 -0600
commite7cf360d04ce2ecb0b41d4774f5ae52f8d076d70 (patch)
tree04460e34c095dc84a5b5e6e1f776f295f59dad51 /cmake
parent133ea1e3d6547964f014144eee15590ea449c7af (diff)
CMake: fix macOS build for macOS < 10.14
Diffstat (limited to 'cmake')
-rw-r--r--cmake/macos_bundle.plist.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/macos_bundle.plist.in b/cmake/macos_bundle.plist.in
index 1f8af6bb1e..472b7554af 100644
--- a/cmake/macos_bundle.plist.in
+++ b/cmake/macos_bundle.plist.in
@@ -36,6 +36,6 @@
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
- <string>@MACOS_BUNDLE_MINVERSION@</string>
+ <string>@CMAKE_OSX_DEPLOYMENT_TARGET@</string>
</dict>
</plist>