Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix library install names for OSX (#768)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11564 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
kyngchaos committed Sep 5, 2009
1 parent 708d41a commit 0a957d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/analysis/CMakeLists.txt
Expand Up @@ -84,6 +84,10 @@ TARGET_LINK_LIBRARIES(qgis_analysis
${PLATFORM_LIBRARIES}
)

IF (APPLE)
SET_TARGET_PROPERTIES(qgis_core PROPERTIES BUILD_WITH_INSTALL_RPATH TRUE )
ENDIF (APPLE)

INSTALL(TARGETS qgis_analysis
RUNTIME DESTINATION ${QGIS_BIN_DIR}
LIBRARY DESTINATION ${QGIS_LIB_DIR}
Expand Down

0 comments on commit 0a957d7

Please sign in to comment.