Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Skip setting rpath on cmake install phase
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ince committed Oct 19, 2018
1 parent 4cf8ad9 commit 077af18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/seabolt-cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ set_target_properties(seabolt-cli
PROPERTIES
MACOSX_RPATH ON
SKIP_BUILD_RPATH OFF
BUILD_WITH_INSTALL_RPATH OFF
INSTALL_RPATH "${LIB_RPATH}"
INSTALL_RPATH_USE_LINK_PATH ON)
BUILD_WITH_INSTALL_RPATH OFF)
3 changes: 2 additions & 1 deletion src/seabolt/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,6 @@ set_target_properties(${SEABOLT_SHARED}
OUTPUT_NAME "${SEABOLT_NAME}"
PUBLIC_HEADER "${public_header_files};${CMAKE_BINARY_DIR}/${INSTALL_INCLUDEDIR}/bolt-exports.h;${CMAKE_BINARY_DIR}/${INSTALL_INCLUDEDIR}/bolt-version.h"
MACOSX_RPATH ON
INSTALL_RPATH_USE_LINK_PATH ON
SKIP_BUILD_RPATH OFF
BUILD_WITH_INSTALL_RPATH OFF
WINDOWS_EXPORT_ALL_SYMBOLS OFF)

0 comments on commit 077af18

Please sign in to comment.