Does CMakes “make install” support DESTDIR?
Yes, especially when the build-system generator uses CMake’s builtin support for installing files: Simply define the DESTDIR environment variable during installation and CMake will treat that value as the root of the file system for all installation paths; naturally, the DESTDIR path must be absolute.