Skip to content

Commit

Permalink
cmake : remove hardcoded install rpath
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Dec 23, 2024
1 parent ed09075 commit 53c9a3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/DefaultTargetOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ set_target_properties(${TARGET}
PROPERTIES
EXPORT_COMPILE_COMMANDS ON
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin"
INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib"
)

0 comments on commit 53c9a3a

Please sign in to comment.