Commit eed2a6a8 authored by Rob Earhart's avatar Rob Earhart Committed by Scott Cyphers

Set CMAKE_INSTALL_RPATH_USE_LINK_PATH (#3070)

parent 64e1dbe9
......@@ -301,6 +301,7 @@ if (LINUX)
else()
set(CMAKE_INSTALL_RPATH "$ORIGIN")
endif()
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
endif()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment