Skip to content

Commit

Permalink
adjustment
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Feb 3, 2025
1 parent b21c749 commit d64d65a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cmake/compiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -698,9 +698,9 @@ else ()
else()
set(BASEPOINT $ORIGIN)
endif()
set (CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR}
${BASEPOINT}
${BASEPOINT}/${CMAKE_INSTALL_LIBDIR})
set (CMAKE_INSTALL_RPATH ${BASEPOINT}
${BASEPOINT}/${CMAKE_INSTALL_LIBDIR}
${BASEPOINT}/../${CMAKE_INSTALL_LIBDIR})
endif ()
# add the automatically determined parts of the RPATH that
# point to directories outside the build tree to the install RPATH
Expand Down

0 comments on commit d64d65a

Please sign in to comment.