summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@gmail.com>2022-09-05 22:29:04 (GMT)
committerCristian Adam <cristian.adam@gmail.com>2022-09-05 23:02:34 (GMT)
commit288f72efea0636c498755a9cec6d5ddcbfed5c8c (patch)
tree990b00b513085b8f843f697bbcec8333c32f1309 /Help/variable
parent9b1b9b9aae371acb9d18b481d45bcaec2d312e27 (diff)
downloadCMake-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/variable')
-rw-r--r--Help/variable/BSD.rst3
-rw-r--r--Help/variable/DRAGONFLYBSD.rst6
-rw-r--r--Help/variable/FREEBSD.rst6
-rw-r--r--Help/variable/NETBSD.rst6
-rw-r--r--Help/variable/OPENBSD.rst6
5 files changed, 2 insertions, 25 deletions
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/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.