mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
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
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user