diff options
| author | Craig Scott <craig.scott@crascit.com> | 2022-08-22 21:37:33 (GMT) |
|---|---|---|
| committer | Kitware Robot <kwrobot@kitware.com> | 2022-08-22 21:37:49 (GMT) |
| commit | a8b274c74e3f5c28efa7eaa5369cad6ca12ca548 (patch) | |
| tree | 8efff627a6c11f5888fab1546a3b122f62f09751 /Help | |
| parent | 7037cfc0f48739bd1eb3498827ebf501671302c7 (diff) | |
| parent | a20d7a9707009a5195a817ac54ecabbfd8bd48db (diff) | |
| download | CMake-a8b274c74e3f5c28efa7eaa5369cad6ca12ca548.zip CMake-a8b274c74e3f5c28efa7eaa5369cad6ca12ca548.tar.gz CMake-a8b274c74e3f5c28efa7eaa5369cad6ca12ca548.tar.bz2 | |
Merge topic 'bsd-variables'
a20d7a9707 BSD: Set *BSD variables when targeting a *BSD system
2ae42d0aa3 kFreeBSD: Do not unset LINUX variable
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7573
Diffstat (limited to 'Help')
| -rw-r--r-- | Help/manual/cmake-variables.7.rst | 5 | ||||
| -rw-r--r-- | Help/release/dev/bsd-variables.rst | 9 | ||||
| -rw-r--r-- | Help/variable/BSD.rst | 6 | ||||
| -rw-r--r-- | Help/variable/DRAGONFLYBSD.rst | 6 | ||||
| -rw-r--r-- | Help/variable/FREEBSD.rst | 6 | ||||
| -rw-r--r-- | Help/variable/NETBSD.rst | 6 | ||||
| -rw-r--r-- | Help/variable/OPENBSD.rst | 6 |
7 files changed, 44 insertions, 0 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst index 9fc8a79..1380a179 100644 --- a/Help/manual/cmake-variables.7.rst +++ b/Help/manual/cmake-variables.7.rst @@ -301,6 +301,7 @@ Variables that Describe the System /variable/ANDROID /variable/APPLE /variable/BORLAND + /variable/BSD /variable/CMAKE_ANDROID_NDK_VERSION /variable/CMAKE_CL_64 /variable/CMAKE_COMPILER_2005 @@ -320,6 +321,8 @@ 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 @@ -338,6 +341,8 @@ Variables that Describe the System /variable/MSVC_TOOLSET_VERSION /variable/MSVC_VERSION /variable/MSYS + /variable/NETBSD + /variable/OPENBSD /variable/UNIX /variable/WIN32 /variable/WINCE diff --git a/Help/release/dev/bsd-variables.rst b/Help/release/dev/bsd-variables.rst new file mode 100644 index 0000000..9d59edc --- /dev/null +++ b/Help/release/dev/bsd-variables.rst @@ -0,0 +1,9 @@ +bsd-variables +------------- + +* The :variable:`BSD` variable is set to true when the target system + is BSD (DragonFlyBSD, FreeBSD, OpenBSD, or NetBSD) +* The :variable:`DRAGONFLYBSD` variable is set to true when the target system is DragonFlyBSD. +* The :variable:`FREEBSD` variable is set to true when the target system is FreeBSD. +* The :variable:`NETBSD` variable is set to true when the target system is NetBSD. +* The :variable:`OPENBSD` variable is set to true when the target system is OpenBSD. diff --git a/Help/variable/BSD.rst b/Help/variable/BSD.rst new file mode 100644 index 0000000..0b3e5dc --- /dev/null +++ b/Help/variable/BSD.rst @@ -0,0 +1,6 @@ +BSD +--- + +.. versionadded:: 3.25 + +Set to true when the target system is BSD (DragonFlyBSD, FreeBSD, OpenBSD, or NetBSD) diff --git a/Help/variable/DRAGONFLYBSD.rst b/Help/variable/DRAGONFLYBSD.rst new file mode 100644 index 0000000..f006156 --- /dev/null +++ b/Help/variable/DRAGONFLYBSD.rst @@ -0,0 +1,6 @@ +DRAGONFLYBSD +------------ + +.. versionadded:: 3.25 + +Set to true when the target system is DragonFlyBSD. diff --git a/Help/variable/FREEBSD.rst b/Help/variable/FREEBSD.rst new file mode 100644 index 0000000..9990948 --- /dev/null +++ b/Help/variable/FREEBSD.rst @@ -0,0 +1,6 @@ +FREEBSD +------- + +.. versionadded:: 3.25 + +Set to true when the target system is FreeBSD. diff --git a/Help/variable/NETBSD.rst b/Help/variable/NETBSD.rst new file mode 100644 index 0000000..e7965f8 --- /dev/null +++ b/Help/variable/NETBSD.rst @@ -0,0 +1,6 @@ +NETBSD +------ + +.. versionadded:: 3.25 + +Set to true when the target system is NetBSD. diff --git a/Help/variable/OPENBSD.rst b/Help/variable/OPENBSD.rst new file mode 100644 index 0000000..dd9b23d --- /dev/null +++ b/Help/variable/OPENBSD.rst @@ -0,0 +1,6 @@ +OPENBSD +------- + +.. versionadded:: 3.25 + +Set to true when the target system is OpenBSD. |
