You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When running "cmake .", homebrew passes the flag:
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.
The text was updated successfully, but these errors were encountered: