We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885e526 commit 883f92eCopy full SHA for 883f92e
CMakeLists.txt
@@ -236,7 +236,7 @@ if(SYSTEM_DIR_INSTALL)
236
else()
237
# Find libraries relative to binary
238
if(APPLE)
239
- set(CMAKE_INSTALL_RPATH "@loader_path/../../../${INSTALL_LIB}")
+ set(CMAKE_INSTALL_RPATH "@loader_path/${INSTALL_LIB}")
240
241
set(CMAKE_INSTALL_RPATH "$ORIGIN/${INSTALL_LIB}")
242
endif()
0 commit comments