diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 904a77ee3..6137a242e 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -210,12 +210,3 @@ target_link_libraries( ${WINDOWS_LIBRARIES} ) -if (DARWIN) - # Don't embed a full path in the library's install name - set_target_properties( - llcommon - PROPERTIES - BUILD_WITH_INSTALL_RPATH 1 - INSTALL_NAME_DIR "@executable_path/../Resources" - ) -endif (DARWIN)