diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-10-24 11:48:30 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-10-24 11:58:42 (GMT) |
commit | 95c14579f2b36e71bd217c9b03a2e20767650ecf (patch) | |
tree | 15d0db55cc06f68dc1024c7a781b16eefbf08365 /Modules/CheckCompilerFlag.cmake | |
parent | f2a59d400e9ec2e937f6000000c2e9860e388ca7 (diff) | |
download | CMake-95c14579f2b36e71bd217c9b03a2e20767650ecf.zip CMake-95c14579f2b36e71bd217c9b03a2e20767650ecf.tar.gz CMake-95c14579f2b36e71bd217c9b03a2e20767650ecf.tar.bz2 |
Help: Cleanup typos and grammar for the 3.19 release
Diffstat (limited to 'Modules/CheckCompilerFlag.cmake')
-rw-r--r-- | Modules/CheckCompilerFlag.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckCompilerFlag.cmake b/Modules/CheckCompilerFlag.cmake index 3ce1b9b..d7789df 100644 --- a/Modules/CheckCompilerFlag.cmake +++ b/Modules/CheckCompilerFlag.cmake @@ -19,7 +19,7 @@ Check that the ``<flag>`` is accepted by the compiler without a diagnostic. Stores the result in an internal cache entry named ``<var>``. This command temporarily sets the ``CMAKE_REQUIRED_DEFINITIONS`` variable -and calls the ``check_source_compiles(<LANG>`` function from the +and calls the ``check_source_compiles(<LANG>)`` function from the :module:`CheckSourceCompiles` module. See documentation of that module for a listing of variables that can otherwise modify the build. |