Browse Source

Merge topic 'patch-CMAKE_SYSTEM_NAME'

a5d67cf610 CMAKE_SYSTEM_NAME: Add initial list of removed platforms

Acked-by: Kitware Robot <[email protected]>
Acked-by: Vito Gamberini <[email protected]>
Merge-request: !11033
Brad King 2 months ago
parent
commit
d64a8b1886
1 changed files with 12 additions and 0 deletions
  1. 12 0
      Help/variable/CMAKE_SYSTEM_NAME.rst

+ 12 - 0
Help/variable/CMAKE_SYSTEM_NAME.rst

@@ -104,3 +104,15 @@ Platform-specific notes:
 * Cygwin's ``cmake`` package (``/usr/bin/cmake``) uses system name ``CYGWIN``.
   A non-cygwin CMake on Windows (e.g. ``$PROGRAMFILES/CMake/bin/cmake``)
   uses system name ``Windows`` even when it runs under a Cygwin environment.
+
+Removed Platforms
+^^^^^^^^^^^^^^^^^
+
+The following platforms were once supported by CMake and got removed either due
+to platform's EOL, or other incompatibilities:
+
+========================= ===================================== ================
+Value                     Name                                  Removed in CMake
+========================= ===================================== ================
+``kFreeBSD``              FreeBSD kernel with a GNU userland    4.1
+========================= ===================================== ================