Skip to content
Permalink
Browse files
fix rpath issue
git-svn-id: http://svn.osgeo.org/qgis/trunk@8382 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 26, 2008
1 parent 0e439ca commit 5a7248b
Showing 1 changed file with 1 addition and 1 deletion.
@@ -251,7 +251,7 @@ IF (APPLE)
ENDIF (APPLE)

SET_TARGET_PROPERTIES(qgis PROPERTIES
INSTALL_RPATH ${QGIS_LIB_DIR}
INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/${QGIS_LIB_DIR}
INSTALL_RPATH_USE_LINK_PATH true
)

0 comments on commit 5a7248b

Please sign in to comment.