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/variable | |
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/variable')
-rw-r--r-- | Help/variable/CMAKE_HOST_BSD.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_HOST_BSD.rst b/Help/variable/CMAKE_HOST_BSD.rst new file mode 100644 index 0000000..d3554f9 --- /dev/null +++ b/Help/variable/CMAKE_HOST_BSD.rst @@ -0,0 +1,7 @@ +CMAKE_HOST_BSD +-------------- + +.. versionadded:: 3.25 + +Set to a string value when the host system is BSD. This value can be one of +the following: DragonFlyBSD, FreeBSD, OpenBSD, or NetBSD. |