Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix CMake bundling error on macOS
  • Loading branch information
dakcarto committed Sep 8, 2017
1 parent 20d8244 commit 8770625
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/MacBundleMacros.cmake
Expand Up @@ -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)

0 comments on commit 8770625

Please sign in to comment.