Files
CMake/Help/release/dev/bsd-variables.rst
2022-08-21 09:27:59 +10:00

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.