Help: Fix spelling of CMAKE_EXTRA_INCLUDE_FILES in 3.6 release notes

This commit is contained in:
Peter Kokot
2023-11-18 22:57:08 +01:00
committed by Brad King
parent 52ce26b9d3
commit 328a1b5b73

View File

@@ -104,7 +104,7 @@ Modules
-------
* The :module:`CMakePushCheckState` module now pushes/pops/resets the variable
``CMAKE_EXTRA_INCLUDE_FILE`` used in :module:`CheckTypeSize`.
``CMAKE_EXTRA_INCLUDE_FILES`` used in :module:`CheckTypeSize`.
* The :module:`ExternalProject` module leared the ``GIT_SHALLOW 1``
option to perform a shallow clone of a Git repository.