summaryrefslogtreecommitdiff
path: root/cmake/modules/MacOSXBundleInfo.plist.in
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2018-04-25 15:38:01 +0200
committerAndrew Shadura <andrewsh@debian.org>2018-04-25 15:38:01 +0200
commit3259ab99df8d8746a46ca7469635751f604e42fc (patch)
tree29219f0e5c8ae9a2e099781167592fe8bfa0b5a0 /cmake/modules/MacOSXBundleInfo.plist.in
parent61c1a106bd81794f48e4cd85bae129f9270279e8 (diff)
New upstream version 3.10.4+ds1
Diffstat (limited to 'cmake/modules/MacOSXBundleInfo.plist.in')
-rw-r--r--cmake/modules/MacOSXBundleInfo.plist.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index e7f2177..b47814f 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -31,6 +31,6 @@
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
- <string>10.7</string>
+ <string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
</dict>
</plist>