Skip to content

Commit

Permalink
add missing Mac app setting
Browse files Browse the repository at this point in the history
  • Loading branch information
kyngchaos committed Jul 24, 2011
1 parent 932f511 commit e6558be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -286,6 +286,7 @@ ELSE (WIN32)
# 2 non-system libraries, "standard"
# 3 non-system frameworks, "standalone"
SET (QGIS_MACAPP_BUNDLE 1 CACHE STRING "What to bundle into app package")
SET (QGIS_MACAPP_BUNDLE_USER "" CACHE STRING "Path to user bundling script")
SET (QGIS_MACAPP_INSTALL_DEV FALSE CACHE BOOL "Install developer frameworks")
SET (QGIS_MACAPP_DEV_PREFIX "/Library/Frameworks" CACHE STRING "Path to install developer frameworks")
# if we have @loader_path, >=OSX 10.5 (darwin 9+)
Expand Down

0 comments on commit e6558be

Please sign in to comment.