ldc icon indicating copy to clipboard operation
ldc copied to clipboard

cmake `--prefix` and CMAKE_INSTALL_RPATH ignored

Open calvin2021y opened this issue 8 months ago • 0 comments

linux with master branch:

try install with --prefix not work:

cmake --install build --prefix /mnt/usr

The cmake configure arguments -DCMAKE_INSTALL_RPATH="\$ORIGIN/../lib" not work after cmake --install.

calvin2021y avatar May 16 '25 06:05 calvin2021y