cginternals / cginternals/glbinding
Don't assume prefix is either /usr or /usr/local
Open
- Dominant language
- C++
- Stars
- 877
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/cginternals/glbinding/blob/9d32c2e21228db2c1892198ddb8e5a17cec7bddd/CMakeLists.txt#L161
A prefix can be anything, not necessarily either `/usr` or `/usr/local`. For example, it can be a Python virtual environment, with the proper `bin`, `lib`, and `lib/cmake` inside. The installation must proceed with the installation to these directories, not to the prefix root to the utter surprise of the user.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.