CheckIncludeFile*: Fix documentation of <flags> argument

In `check_include_file()` and `check_include_file_cxx()` the `<flags>`
must be a command-line string fragment.

Fixes: #27699
This commit is contained in:
Peter Kokot
2026-03-16 16:57:19 -04:00
committed by Brad King
parent bd1d044978
commit 6a6a56b1a0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ This module provides the following command:
variable will be created as an internal cache variable.
``<flags>``
(Optional) A :ref:`semicolon-separated list <CMake Language Lists>` of
(Optional) A space-separated string of
additional compilation flags to be added to the check. Alternatively,
flags can be also specified with the ``CMAKE_REQUIRED_FLAGS`` variable
below.
+1 -1
View File
@@ -36,7 +36,7 @@ This module provides the following command:
variable will be created as an internal cache variable.
``<flags>``
(Optional) A :ref:`semicolon-separated list <CMake Language Lists>` of
(Optional) A space-separated string of
additional compilation flags to be added to the check. Alternatively,
flags can be also specified with the ``CMAKE_REQUIRED_FLAGS`` variable
below.