Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRIP does not respect install prefix flag #25

Open
nybblr opened this issue Feb 19, 2013 · 0 comments
Open

GRIP does not respect install prefix flag #25

nybblr opened this issue Feb 19, 2013 · 0 comments

Comments

@nybblr
Copy link
Collaborator

nybblr commented Feb 19, 2013

When running "cmake .", homebrew passes the flag:

-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/grip/2.3

It installs in /usr/local anyway. But brew expects that flag to be respected so it can symlink to /usr/local instead of hard code binaries. This makes upgrading/uninstallation much easier and safer, and let's you have several version of grip downloaded.

CMakeLists needs to be changed so that CMAKE_INSTALL_PREFIX is used instead of the OS defaults if it is specified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant