this could beroughly translated to `cmake --install builddir --prefix=dir --strip` (notethat using the DESTDIR env var instead of the --prefix option is also supported[2]).
Sorry, --prefix and DESTDIR have different meaning also in the `cmake --install` command. Hence using the DESTDIR environment variable is the only option.