Skip to content

Commit

Permalink
also set INSTALL_RPATH
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Jul 21, 2023
1 parent 099fbb0 commit 7f603af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/carla/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if(NOT (OS_MACOS OR OS_WINDOWS))
set_property(
TARGET carla-bridge
APPEND
PROPERTY BUILD_RPATH "$<TARGET_FILE_DIR:carla::utils>")
PROPERTY BUILD_RPATH "$<TARGET_FILE_DIR:carla::utils>" INSTALL_RPATH "$<TARGET_FILE_DIR:carla::utils>")
endif()

if(OBS_CMAKE_VERSION VERSION_GREATER_EQUAL 3.0.0)
Expand Down

0 comments on commit 7f603af

Please sign in to comment.