Do you want the library identification to be a full path? set_target_properties(foo PROPERTIES MACOSX_RPATH OFF)
Clint ----- On Dec 5, 2016, at 7:38 PM, Michael Jackson [email protected] wrote: > what combinations of RPATH variables do I need to set to get a full, > absolute path to a build library in my build tree? THis is on macOS > 10.10.5 and cmake 3.5 and above. I have tried all sorts of combinations > and I either get just the library name or @rpath/library.dylib neither > of which is going to work for my needs. > > Thanks > > -- > Michael A. Jackson > BlueQuartz Software, LLC > [e]: [email protected] > -- > > 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 -- 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
