Skip to content
Snippets Groups Projects
Commit 7db30f19 authored by Francois Bleibel's avatar Francois Bleibel
Browse files

Revert "Added libraries rpath."

It is a bad practice to put the libraries' path inside them.

This reverts commit 088220ad.
parent 088220ad
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,6 @@ SET_TARGET_PROPERTIES(${plugin}
PROPERTIES
COMPILE_FLAGS "${${PROJECT_NAME}_CXXFLAGS}"
PREFIX ""
INSTALL_RPATH ${CMAKE_INSTALL_PREFIX}/lib/plugin
LIBRARY_OUTPUT_DIRECTORY "${${PROJECT_NAME}_BINARY_DIR}/lib/plugin")
INSTALL(TARGETS ${plugin}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment