This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
41a608a75d
CMake
/
Modules
/
Platform
/
kFreeBSD.cmake
3 lines
58 B
CMake
Raw
Normal View
History
Unescape
Escape
ENH: add kFreeBSD support
2006-01-23 19:32:35 +03:00
# kFreeBSD looks just like Linux.
Support GNU/kFreeBSD GNU/kFreeBSD = FreeBSD kernel + userspace with glibc. Linux.cmake doesn't contain anything too OS specific, so we can forward to it. Here are outputs of /bin/uname on author's machine: uname -p ==> i386 uname -o ==> GNU/kFreeBSD uname -s ==> GNU/kFreeBSD uname -r ==> 5.4-1-686 Patch from Modestas Vainius. See issue #9659.
2009-10-05 18:26:50 +04:00
INCLUDE
(
Platform/Linux
)