Skip to content

Commit

Permalink
Remove unnecessary BUILD_RPATH setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Aug 5, 2023
1 parent eec29e2 commit c454471
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/cmake_celix/BundlePackaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,8 @@ function(add_celix_bundle)
if (APPLE)
set_target_properties(${BUNDLE_TARGET_NAME} PROPERTIES INSTALL_RPATH "@loader_path")
set_target_properties(${BUNDLE_TARGET_NAME} PROPERTIES BUILD_RPATH "@loader_path")
else ()
set_target_properties(${BUNDLE_TARGET_NAME} PROPERTIES INSTALL_RPATH "$ORIGIN")
set_target_properties(${BUNDLE_TARGET_NAME} PROPERTIES BUILD_RPATH "$ORIGIN")
endif ()
if (NOT BUNDLE_DO_NOT_CONFIGURE_SYMBOL_VISIBILITY)
Expand Down

0 comments on commit c454471

Please sign in to comment.