Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0e176ae6 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

update the INSTALL_RPATH at the beginning instead of setting a new one, allows...

update the INSTALL_RPATH at the beginning instead of setting a new one, allows to give additional paths by hand
parent 7d897073
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/") ...@@ -87,7 +87,7 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/")
set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE) set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
# the RPATH to be used when installing # the RPATH to be used when installing
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib") set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_RPATH} ${CMAKE_INSTALL_PREFIX}/lib")
# Misc options # Misc options
# ------------ # ------------
......
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