Can anyone confirm whether invoking cpack directly rather than "cmake --build . --target package" would still give the same RPATH handling? Specifically, the install/packaging step rewrites the rpaths in at least some cases (e.g. see the docs for CMAKE_BUILD_WITH_INSTALL_RPATH) and I'm wanting to ensure I still get this if I just run cpack directly.
Ref: https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_WITH_INSTALL_RPATH.html -- Craig Scott Melbourne, Australia https://crascit.com
-- 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
