summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/MacOSXBundleInfo.plist.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index 4f099f99..f5d97888 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -32,5 +32,7 @@
32 <string>${MACOSX_BUNDLE_COPYRIGHT}</string> 32 <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
33 <key>NSPrincipalClass</key> 33 <key>NSPrincipalClass</key>
34 <string>NSApplication</string> 34 <string>NSApplication</string>
35 <key>LSMinimumSystemVersion</key>
36 <string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
35</dict> 37</dict>
36</plist> 38</plist>