diff options
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-variables.7.rst | 5 | ||||
-rw-r--r-- | Help/release/dev/BSD.rst | 8 | ||||
-rw-r--r-- | Help/release/dev/UseSWIG-perl-extra-files.rst | 5 | ||||
-rw-r--r-- | Help/release/dev/bsd-variables.rst | 9 | ||||
-rw-r--r-- | Help/variable/BSD.rst | 3 | ||||
-rw-r--r-- | Help/variable/CMAKE_HOST_BSD.rst | 7 | ||||
-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 |
10 files changed, 23 insertions, 38 deletions
diff --git a/Help/manual/cmake-variables.7.rst b/Help/manual/cmake-variables.7.rst index ad6bfbc..22fae08 100644 --- a/Help/manual/cmake-variables.7.rst +++ b/Help/manual/cmake-variables.7.rst @@ -309,6 +309,7 @@ Variables that Describe the System /variable/CMAKE_CL_64 /variable/CMAKE_COMPILER_2005 /variable/CMAKE_HOST_APPLE + /variable/CMAKE_HOST_BSD /variable/CMAKE_HOST_SOLARIS /variable/CMAKE_HOST_SYSTEM /variable/CMAKE_HOST_SYSTEM_NAME @@ -324,8 +325,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 +343,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 diff --git a/Help/release/dev/BSD.rst b/Help/release/dev/BSD.rst new file mode 100644 index 0000000..cd2352b --- /dev/null +++ b/Help/release/dev/BSD.rst @@ -0,0 +1,8 @@ +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. diff --git a/Help/release/dev/UseSWIG-perl-extra-files.rst b/Help/release/dev/UseSWIG-perl-extra-files.rst new file mode 100644 index 0000000..d7490ec --- /dev/null +++ b/Help/release/dev/UseSWIG-perl-extra-files.rst @@ -0,0 +1,5 @@ +UseSWIG-perl-extra-files +------------------------ + +* The :module:`UseSWIG` module gained knowledge about generated Perl module + files (extension ``.pm``). diff --git a/Help/release/dev/bsd-variables.rst b/Help/release/dev/bsd-variables.rst deleted file mode 100644 index 9d59edc..0000000 --- a/Help/release/dev/bsd-variables.rst +++ /dev/null @@ -1,9 +0,0 @@ -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 index 0b3e5dc..fdfe5ec 100644 --- a/Help/variable/BSD.rst +++ b/Help/variable/BSD.rst @@ -3,4 +3,5 @@ BSD .. versionadded:: 3.25 -Set to true when the target system is BSD (DragonFlyBSD, FreeBSD, OpenBSD, or NetBSD) +Set to a string value when the target system is BSD. This value can be one of +the following: DragonFlyBSD, FreeBSD, OpenBSD, or NetBSD. 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. diff --git a/Help/variable/DRAGONFLYBSD.rst b/Help/variable/DRAGONFLYBSD.rst deleted file mode 100644 index f006156..0000000 --- a/Help/variable/DRAGONFLYBSD.rst +++ /dev/null @@ -1,6 +0,0 @@ -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 deleted file mode 100644 index 9990948..0000000 --- a/Help/variable/FREEBSD.rst +++ /dev/null @@ -1,6 +0,0 @@ -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 deleted file mode 100644 index e7965f8..0000000 --- a/Help/variable/NETBSD.rst +++ /dev/null @@ -1,6 +0,0 @@ -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 deleted file mode 100644 index dd9b23d..0000000 --- a/Help/variable/OPENBSD.rst +++ /dev/null @@ -1,6 +0,0 @@ -OPENBSD -------- - -.. versionadded:: 3.25 - -Set to true when the target system is OpenBSD. |