We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 932f511 commit e6558beCopy full SHA for e6558be
CMakeLists.txt
@@ -286,6 +286,7 @@ ELSE (WIN32)
286
# 2 non-system libraries, "standard"
287
# 3 non-system frameworks, "standalone"
288
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")
290
SET (QGIS_MACAPP_INSTALL_DEV FALSE CACHE BOOL "Install developer frameworks")
291
SET (QGIS_MACAPP_DEV_PREFIX "/Library/Frameworks" CACHE STRING "Path to install developer frameworks")
292
# if we have @loader_path, >=OSX 10.5 (darwin 9+)
0 commit comments