Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix CMake bundling error on macOS
- Loading branch information
Showing
with
3 additions
and
1 deletion.
-
+3
−1
cmake/MacBundleMacros.cmake
|
@@ -233,4 +233,6 @@ FILE (GLOB QGPLUGLIST "${QPLUGDIR}/*.so") |
|
|
FILE (GLOB QGPYLIST "${QGISPYDIR}/qgis/*.so") |
|
|
FILE (GLOB QGAPPLIST RELATIVE "${QBINDIR}" "${QBINDIR}/q*.app") |
|
|
FILE (GLOB QGRASSEXECLIST RELATIVE "${QLIBXDIR}/grass" "${QLIBXDIR}/grass/*/*") |
|
|
STRING(REPLACE ".app" ";" QGAPPLIST ${QGAPPLIST}) |
|
|
IF (QGAPPLIST) |
|
|
STRING(REPLACE ".app" ";" QGAPPLIST ${QGAPPLIST}) |
|
|
ENDIF (QGAPPLIST) |