cginternals / cginternals/cmake-init
Adhere to FreeBSD defaults
Open
- Dominant language
- CMake
- Stars
- 941
- Forks
- 115
- PR merge metrics
- No merged PRs in 30d
Description
In glbinding, @murashin opened a PR added `usr/local/include` as default include path for FreeBSD (https://github.com/cginternals/glbinding/pull/241). Upon research, I found the `usr/local` prefix to be the default directory for non-system libraries (source: https://www.freebsd.org/doc/handbook/dirstructure.html). I suggest we adapt this default include path (and probably linker path, too?) for FreeBSD and probably other Unix-based systems.
Furthermore, there may be other FreeBSD default we want to consider.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.