Skip to content

Commit 53c9a3a

Browse files
committed
cmake : remove hardcoded install rpath
1 parent ed09075 commit 53c9a3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/DefaultTargetOptions.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ set_target_properties(${TARGET}
1313
PROPERTIES
1414
EXPORT_COMPILE_COMMANDS ON
1515
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin"
16-
INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib"
1716
)

0 commit comments

Comments
 (0)