mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Merge topic 'bsd-variables'
a20d7a9707BSD: Set *BSD variables when targeting a *BSD system2ae42d0aa3kFreeBSD: Do not unset LINUX variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7573
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
BSD
|
||||
---
|
||||
|
||||
.. versionadded:: 3.25
|
||||
|
||||
Set to true when the target system is BSD (DragonFlyBSD, FreeBSD, OpenBSD, or NetBSD)
|
||||
@@ -0,0 +1,6 @@
|
||||
DRAGONFLYBSD
|
||||
------------
|
||||
|
||||
.. versionadded:: 3.25
|
||||
|
||||
Set to true when the target system is DragonFlyBSD.
|
||||
@@ -0,0 +1,6 @@
|
||||
FREEBSD
|
||||
-------
|
||||
|
||||
.. versionadded:: 3.25
|
||||
|
||||
Set to true when the target system is FreeBSD.
|
||||
@@ -0,0 +1,6 @@
|
||||
NETBSD
|
||||
------
|
||||
|
||||
.. versionadded:: 3.25
|
||||
|
||||
Set to true when the target system is NetBSD.
|
||||
@@ -0,0 +1,6 @@
|
||||
OPENBSD
|
||||
-------
|
||||
|
||||
.. versionadded:: 3.25
|
||||
|
||||
Set to true when the target system is OpenBSD.
|
||||
Reference in New Issue
Block a user