correct rpath for libs in tar.bz2 archive (#2819)
This commit is contained in:
parent
f9f5c7e40c
commit
6c7c2b481d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ endif()
|
|||
if (APPLE)
|
||||
set (CMAKE_INSTALL_RPATH "@executable_path/../Frameworks;@executable_path/../boost/lib")
|
||||
else()
|
||||
set (CMAKE_INSTALL_RPATH "$ORIGIN/lib")
|
||||
set (CMAKE_INSTALL_RPATH "$ORIGIN/../lib")
|
||||
endif()
|
||||
|
||||
# Create all libraries and executables in the root binary dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue