Skip to content

Commit a26923d

Browse files
committed
Fix macOS rpath installation
1 parent 1667b4e commit a26923d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ option(CMAKE_SKIP_BUILD_RPATH "skip rpath build" FALSE)
8181
option(CMAKE_BUILD_WITH_INSTALL_RPATH "build with install rpath" FALSE)
8282

8383
# the RPATH to be used when installing, but only if it's not a system directory
84-
option(CMAKE_AUTOSET_INSTALL_RPATH TRUE)
84+
option(CMAKE_AUTOSET_INSTALL_RPATH "install with automatic rpath" TRUE)
8585
if(CMAKE_AUTOSET_INSTALL_RPATH)
8686
LIST(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}" isSystemDir)
8787
IF("${isSystemDir}" STREQUAL "-1")

0 commit comments

Comments
 (0)