Skip to content

Commit e6558be

Browse files
committedJul 24, 2011
add missing Mac app setting
1 parent 932f511 commit e6558be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ ELSE (WIN32)
286286
# 2 non-system libraries, "standard"
287287
# 3 non-system frameworks, "standalone"
288288
SET (QGIS_MACAPP_BUNDLE 1 CACHE STRING "What to bundle into app package")
289+
SET (QGIS_MACAPP_BUNDLE_USER "" CACHE STRING "Path to user bundling script")
289290
SET (QGIS_MACAPP_INSTALL_DEV FALSE CACHE BOOL "Install developer frameworks")
290291
SET (QGIS_MACAPP_DEV_PREFIX "/Library/Frameworks" CACHE STRING "Path to install developer frameworks")
291292
# if we have @loader_path, >=OSX 10.5 (darwin 9+)

0 commit comments

Comments
 (0)
Please sign in to comment.