summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5c946c065fa..a5929f00c29 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -513,7 +513,8 @@ if(WITH_FUSE)
target_link_libraries(ceph-osd ${FUSE_LIBRARIES})
endif()
set_target_properties(ceph-osd PROPERTIES
- POSITION_INDEPENDENT_CODE ${EXE_LINKER_USE_PIE})
+ POSITION_INDEPENDENT_CODE ${EXE_LINKER_USE_PIE}
+ INSTALL_RPATH "")
install(TARGETS ceph-osd DESTINATION bin)
if (WITH_CEPHFS)