We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1667b4e commit a26923dCopy full SHA for a26923d
CMakeLists.txt
@@ -81,7 +81,7 @@ option(CMAKE_SKIP_BUILD_RPATH "skip rpath build" FALSE)
81
option(CMAKE_BUILD_WITH_INSTALL_RPATH "build with install rpath" FALSE)
82
83
# the RPATH to be used when installing, but only if it's not a system directory
84
-option(CMAKE_AUTOSET_INSTALL_RPATH TRUE)
+option(CMAKE_AUTOSET_INSTALL_RPATH "install with automatic rpath" TRUE)
85
if(CMAKE_AUTOSET_INSTALL_RPATH)
86
LIST(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}" isSystemDir)
87
IF("${isSystemDir}" STREQUAL "-1")
0 commit comments