mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
1ea8b8ed86
Also the BSD variable will be set in CMake scripting mode (-P). Relates: #23853
9 lines
375 B
ReStructuredText
9 lines
375 B
ReStructuredText
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.
|