diff options
author | Cristian Adam <cristian.adam@gmail.com> | 2022-09-05 23:15:44 (GMT) |
---|---|---|
committer | Cristian Adam <cristian.adam@gmail.com> | 2022-09-05 23:15:44 (GMT) |
commit | 1ea8b8ed86628ecaa6a6e47231cefb2d68ac9e73 (patch) | |
tree | f5ef2c28a216fa326cfe39335eb309b66b0d62c5 /Help/release | |
parent | 288f72efea0636c498755a9cec6d5ddcbfed5c8c (diff) | |
download | CMake-1ea8b8ed86628ecaa6a6e47231cefb2d68ac9e73.zip CMake-1ea8b8ed86628ecaa6a6e47231cefb2d68ac9e73.tar.gz CMake-1ea8b8ed86628ecaa6a6e47231cefb2d68ac9e73.tar.bz2 |
BSD: Set CMAKE_HOST_BSD variable on a BSD host
Also the BSD variable will be set in CMake scripting mode (-P).
Relates: #23853
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/BSD.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/release/dev/BSD.rst b/Help/release/dev/BSD.rst index fab2015..cd2352b 100644 --- a/Help/release/dev/BSD.rst +++ b/Help/release/dev/BSD.rst @@ -3,3 +3,6 @@ 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. |