Skip to content

Commit c308ea6

Browse files
CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE
1 parent ffc3a93 commit c308ea6

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
@@ -133,7 +133,7 @@ if ("${isSystemDir}" STREQUAL "-1")
133133
set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR})
134134
endif()
135135
message(STATUS "Install RPATH: ${CMAKE_INSTALL_RPATH}")
136-
option(CMAKE_INSTALL_RPATH_USE_LINK_PATH "Use link path for RPATH" ON)
136+
option(CMAKE_INSTALL_RPATH_USE_LINK_PATH "Use link path for RPATH" TRUE)
137137
message(STATUS "Install RPATH use link path: ${CMAKE_INSTALL_RPATH_USE_LINK_PATH}")
138138
endif()
139139

0 commit comments

Comments
 (0)