mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user