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 708d41a commit 0a957d7Copy full SHA for 0a957d7
src/analysis/CMakeLists.txt
@@ -84,6 +84,10 @@ TARGET_LINK_LIBRARIES(qgis_analysis
84
${PLATFORM_LIBRARIES}
85
)
86
87
+IF (APPLE)
88
+ SET_TARGET_PROPERTIES(qgis_core PROPERTIES BUILD_WITH_INSTALL_RPATH TRUE )
89
+ENDIF (APPLE)
90
+
91
INSTALL(TARGETS qgis_analysis
92
RUNTIME DESTINATION ${QGIS_BIN_DIR}
93
LIBRARY DESTINATION ${QGIS_LIB_DIR}
0 commit comments