From 2f1c78337b403f3a5724d948d822dd2923d88178 Mon Sep 17 00:00:00 2001 From: narv Date: Wed, 2 Feb 2011 15:20:39 -0700 Subject: [PATCH] Remove install of llcommon as a dylib --- indra/llcommon/CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) 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)