forked from speed-dreams/speed-dreams-code
build: Do not hard-code /usr/${SD_LIBDIR}/lib in RUNPATH.
This doesn't apply to every system. For those systems on which it does apply, their tooling should be setting CMAKE_INSTALL_RPATH to their system-global locations. * CMakeLists.txt (CMAKE_INSTALL_RPATH): Remove /usr/${SD_LIBDIR}/lib.
This commit is contained in:
parent
17aa56b432
commit
7a3fa96a54
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ INCLUDE(cmake/checks.cmake)
|
|||
set(CMAKE_INSTALL_RPATH
|
||||
${CMAKE_INSTALL_RPATH}
|
||||
${CMAKE_INSTALL_PREFIX}/${SD_LIBDIR}/lib
|
||||
/usr/${SD_LIBDIR}/lib
|
||||
)
|
||||
|
||||
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
|
||||
|
|
Loading…
Reference in a new issue