mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
10 lines
499 B
ReStructuredText
10 lines
499 B
ReStructuredText
bsd-variables
|
|
-------------
|
|
|
|
* The :variable:`BSD` variable is set to true when the target system
|
|
is BSD (DragonFlyBSD, FreeBSD, OpenBSD, or NetBSD)
|
|
* The :variable:`DRAGONFLYBSD` variable is set to true when the target system is DragonFlyBSD.
|
|
* The :variable:`FREEBSD` variable is set to true when the target system is FreeBSD.
|
|
* The :variable:`NETBSD` variable is set to true when the target system is NetBSD.
|
|
* The :variable:`OPENBSD` variable is set to true when the target system is OpenBSD.
|