> I was looking at the BundleUtilities failure after the above fixes, and I 
> noticed it unconditionally removes paths.

It does that because all bundles frameworks/libraries are referenced by 
@executable/loader_path and all @rpath references will be replaced, so there no 
point to have LC_RPATH in executables that will likely point to absolute old 
library locations.

Please note that this is just an extension to existing BundleUtilities 
behavior. I intentionally didn't want to support or add an option to bundle 
framework using @path + LC_PATH.

--Adam
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to