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
This commit is contained in:
Craig Scott
2022-08-22 21:37:33 +00:00
committed by Kitware Robot
12 changed files with 54 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
BSD
---
.. versionadded:: 3.25
Set to true when the target system is BSD (DragonFlyBSD, FreeBSD, OpenBSD, or NetBSD)
+6
View File
@@ -0,0 +1,6 @@
DRAGONFLYBSD
------------
.. versionadded:: 3.25
Set to true when the target system is DragonFlyBSD.
+6
View File
@@ -0,0 +1,6 @@
FREEBSD
-------
.. versionadded:: 3.25
Set to true when the target system is FreeBSD.
+6
View File
@@ -0,0 +1,6 @@
NETBSD
------
.. versionadded:: 3.25
Set to true when the target system is NetBSD.
+6
View File
@@ -0,0 +1,6 @@
OPENBSD
-------
.. versionadded:: 3.25
Set to true when the target system is OpenBSD.