the cmake interface supports - `cmake --install build --prefix <prefix>` - `cmake --install build # default prefix of /opt/resolve/` The Makefile only supports the default /opt/resolve prefix, but we should also support: - [ ] Custom prefix (via RESOLVE_PREFIX env var or something) - [x] ~Local prefix (./install)~ Resolved by #169
the cmake interface supports
cmake --install build --prefix <prefix>cmake --install build # default prefix of /opt/resolve/The Makefile only supports the default /opt/resolve prefix, but we should also support:
Local prefix (./install)Resolved by add install-local target #169