Skip to content

Commit b0127f9

Browse files
mvassilevvgvassilev
authored andcommitted
Revert changing the INSTALL_RPATH_USE_LINK_PATH setting.
1 parent 7da5975 commit b0127f9

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
@@ -177,7 +177,7 @@ macro(xeus_cpp_set_common_options target_name)
177177
endif ()
178178

179179
set_target_properties(${target_name} PROPERTIES
180-
INSTALL_RPATH_USE_LINK_PATH FALSE
180+
INSTALL_RPATH_USE_LINK_PATH TRUE
181181
)
182182
endmacro()
183183

0 commit comments

Comments
 (0)