-
Notifications
You must be signed in to change notification settings - Fork 1
Makefile... support custom prefix #156
Copy link
Copy link
Open
Labels
repo maintainanceChanges repository structure or organization focused changesChanges repository structure or organization focused changes
Description
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)
- Local prefix (./install)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
repo maintainanceChanges repository structure or organization focused changesChanges repository structure or organization focused changes