blob: cd2352bb0d2ce617b9f97bf6215edbe7f49ce228 (
plain)
1
2
3
4
5
6
7
8
|
Variables
---------
* The :variable:`BSD` variable is set to a string value when the target system is BSD.
This value can be one of the following: DragonFlyBSD, FreeBSD, OpenBSD, or NetBSD.
* The :variable:`CMAKE_HOST_BSD` variable is set to a string value when the host system is BSD.
This value can be one of the following: DragonFlyBSD, FreeBSD, OpenBSD, or NetBSD.
|