Skip to content

Commit

Permalink
Restore linking
Browse files Browse the repository at this point in the history
Commit e0bbb96 changed how casparcg is
linked and launched on Linux, which caused a few problems.

It was partially reverted by ff1c0ba
which restored how casparcg is launched, and this commit reverts the
linking part.
  • Loading branch information
dimitry-ishenko committed Sep 11, 2024
1 parent 6e2642e commit b623985
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 b623985

Please sign in to comment.