correct rpath for libs in tar.bz2 archive (#2819)

This commit is contained in:
Russel Waters 2020-06-16 15:30:16 -04:00 committed by GitHub
commit 6c7c2b481d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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