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 ffc3a93 commit c308ea6Copy full SHA for c308ea6
CMakeLists.txt
@@ -133,7 +133,7 @@ if ("${isSystemDir}" STREQUAL "-1")
133
set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR})
134
endif()
135
message(STATUS "Install RPATH: ${CMAKE_INSTALL_RPATH}")
136
- option(CMAKE_INSTALL_RPATH_USE_LINK_PATH "Use link path for RPATH" ON)
+ option(CMAKE_INSTALL_RPATH_USE_LINK_PATH "Use link path for RPATH" TRUE)
137
message(STATUS "Install RPATH use link path: ${CMAKE_INSTALL_RPATH_USE_LINK_PATH}")
138
139
0 commit comments