Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit eed2a6a

Browse files
Rob Earhartdiyessi
authored andcommitted
Set CMAKE_INSTALL_RPATH_USE_LINK_PATH (#3070)
1 parent 64e1dbe commit eed2a6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ if (LINUX)
301301
else()
302302
set(CMAKE_INSTALL_RPATH "$ORIGIN")
303303
endif()
304+
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
304305
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
305306
endif()
306307

0 commit comments

Comments
 (0)