Skip to content

Commit 5a7248b

Browse files
author
jef
committedApr 26, 2008
fix rpath issue
git-svn-id: http://svn.osgeo.org/qgis/trunk@8382 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0e439ca commit 5a7248b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ IF (APPLE)
251251
ENDIF (APPLE)
252252

253253
SET_TARGET_PROPERTIES(qgis PROPERTIES
254-
INSTALL_RPATH ${QGIS_LIB_DIR}
254+
INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/${QGIS_LIB_DIR}
255255
INSTALL_RPATH_USE_LINK_PATH true
256256
)
257257

0 commit comments

Comments
 (0)
Please sign in to comment.