SCI TE Ted James cpack (creating RPM) ignores CMAKE_INSTALL_RPATH (sets RPATH to empty string — rather than an… I’m trying a fairly simple experiment using cpack. The aim is to create an RPM installer (using cpack) with a trivial executable which uses…
MDA TCH AI LU Luke Chen Creating relocatable Linux executables by setting RPATH with $ORIGIN Lots of modern C/C++ projects leverage Autotools to create GNU building system e.g. generate make files based on the platform. Executable…
MDA TCH SU Sushant Sharma Load a different library at runtime than the one you linked against (CMake) Scenario: