diff options
author | Cristian Adam <cristian.adam@gmail.com> | 2022-08-15 17:53:35 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-08-20 23:27:59 (GMT) |
commit | a20d7a9707009a5195a817ac54ecabbfd8bd48db (patch) | |
tree | 33d2002c812ddd3ca694c93a6557a3147462ff81 /Help/variable/OPENBSD.rst | |
parent | 2ae42d0aa38ead2935d545f7d398ddf5df8b396d (diff) | |
download | CMake-a20d7a9707009a5195a817ac54ecabbfd8bd48db.zip CMake-a20d7a9707009a5195a817ac54ecabbfd8bd48db.tar.gz CMake-a20d7a9707009a5195a817ac54ecabbfd8bd48db.tar.bz2 |
BSD: Set *BSD variables when targeting a *BSD system
Fixes: #23853
Diffstat (limited to 'Help/variable/OPENBSD.rst')
-rw-r--r-- | Help/variable/OPENBSD.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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. |