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 Sep 16, 2024
1 parent e0edc1c commit b0220fd
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 b0220fd

Please sign in to comment.