cmake-init icon indicating copy to clipboard operation
cmake-init copied to clipboard

Adhere to FreeBSD defaults

Open scheibel opened this issue 7 years ago • 0 comments

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.

scheibel avatar Aug 20 '17 21:08 scheibel