Skip to content

Commit c5b6164

Browse files
author
jef
committedSep 7, 2009
and analysis library properties on osx
git-svn-id: http://svn.osgeo.org/qgis/trunk@11586 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 85fa998 commit c5b6164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/analysis/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ TARGET_LINK_LIBRARIES(qgis_analysis
8686
)
8787

8888
IF (APPLE)
89-
SET_TARGET_PROPERTIES(qgis_core PROPERTIES BUILD_WITH_INSTALL_RPATH TRUE )
89+
SET_TARGET_PROPERTIES(qgis_analysis PROPERTIES BUILD_WITH_INSTALL_RPATH TRUE )
9090
ENDIF (APPLE)
9191

9292
INSTALL(TARGETS qgis_analysis

0 commit comments

Comments
 (0)
Please sign in to comment.