mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-03 22:30:29 +00:00
Tutorial: Fix typo
This commit is contained in:
@@ -49,7 +49,7 @@ Exercise 1 - Check Include File
|
|||||||
A fast and easy check to perform is if a given header file is available on
|
A fast and easy check to perform is if a given header file is available on
|
||||||
a certain platform, for which CMake provides :module:`CheckIncludeFiles`. This
|
a certain platform, for which CMake provides :module:`CheckIncludeFiles`. This
|
||||||
is most appropriate for system and intrinsic headers, which may not be provided
|
is most appropriate for system and intrinsic headers, which may not be provided
|
||||||
by a specific package by are expected to be available in many build environments.
|
by a specific package yet are expected to be available in many build environments.
|
||||||
|
|
||||||
.. code-block:: cmake
|
.. code-block:: cmake
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user