Skip to content

Commit

Permalink
fix: Remove RPATH linking (#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitry-ishenko authored and Julusian committed Sep 16, 2024
1 parent bd9efd3 commit 1d8f8cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/shell/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ else ()
z
pthread
)

set_target_properties(casparcg PROPERTIES INSTALL_RPATH "$ORIGIN/../lib" BUILD_WITH_INSTALL_RPATH ON)
endif ()

add_custom_target(casparcg_copy_dependencies ALL)
Expand Down

0 comments on commit 1d8f8cb

Please sign in to comment.