diff options
author | Cristian Adam <cristian.adam@gmail.com> | 2022-09-05 22:29:04 (GMT) |
---|---|---|
committer | Cristian Adam <cristian.adam@gmail.com> | 2022-09-05 23:02:34 (GMT) |
commit | 288f72efea0636c498755a9cec6d5ddcbfed5c8c (patch) | |
tree | 990b00b513085b8f843f697bbcec8333c32f1309 /Help/manual | |
parent | 9b1b9b9aae371acb9d18b481d45bcaec2d312e27 (diff) | |
download | CMake-288f72efea0636c498755a9cec6d5ddcbfed5c8c.zip CMake-288f72efea0636c498755a9cec6d5ddcbfed5c8c.tar.gz CMake-288f72efea0636c498755a9cec6d5ddcbfed5c8c.tar.bz2 |
BSD: Only use BSD as variable for target BSD system
Instead of having multiple boolean variables, we only have one
string variable: BSD with the name of the target BSD system.
Relates: #23853
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-variables.7.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst index ad6bfbc..bb72c14 100644 --- a/Help/manual/cmake-variables.7.rst +++ b/Help/manual/cmake-variables.7.rst @@ -324,8 +324,6 @@ Variables that Describe the System /variable/CMAKE_SYSTEM_PROCESSOR /variable/CMAKE_SYSTEM_VERSION /variable/CYGWIN - /variable/DRAGONFLYBSD - /variable/FREEBSD /variable/GHSMULTI /variable/IOS /variable/LINUX @@ -344,8 +342,6 @@ Variables that Describe the System /variable/MSVC_TOOLSET_VERSION /variable/MSVC_VERSION /variable/MSYS - /variable/NETBSD - /variable/OPENBSD /variable/UNIX /variable/WIN32 /variable/WINCE |