We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad30dc commit 5731d6bCopy full SHA for 5731d6b
CMakeLists.txt
@@ -127,7 +127,7 @@ ELSE (WIN32)
127
128
IF (APPLE)
129
# for Mac OS X, everything is put inside an application bundle
130
- SET (CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}/qgis.app/Contents/MacOS)
+ SET (CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}/${PROJECT_NAME}.app/Contents/MacOS)
131
# path for library references
132
SET (CMAKE_INSTALL_NAME_DIR @executable_path/lib)
133
ENDIF (APPLE)
0 commit comments