diff options
author | Josef Angstenberger <code@jtxa.de> | 2021-05-06 20:40:26 (GMT) |
---|---|---|
committer | Josef Angstenberger <code@jtxa.de> | 2021-05-07 15:00:16 (GMT) |
commit | 15cc39ed7f90331401f53530e4b2d03f8573f0d1 (patch) | |
tree | 5068214d0283e4981878c0c7b5b2f57047ca3423 /Modules/FetchContent.cmake | |
parent | f015c36c5a051d73434d56ba54c12001590756a2 (diff) | |
download | CMake-15cc39ed7f90331401f53530e4b2d03f8573f0d1.zip CMake-15cc39ed7f90331401f53530e4b2d03f8573f0d1.tar.gz CMake-15cc39ed7f90331401f53530e4b2d03f8573f0d1.tar.bz2 |
Modules: Fix typos and spelling in documentation
Diffstat (limited to 'Modules/FetchContent.cmake')
-rw-r--r-- | Modules/FetchContent.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FetchContent.cmake b/Modules/FetchContent.cmake index 0c21cd9..f5de930 100644 --- a/Modules/FetchContent.cmake +++ b/Modules/FetchContent.cmake @@ -296,7 +296,7 @@ is simpler and provides additional features over the pattern above. The ``FetchContent_Populate()`` command also supports a syntax allowing the content details to be specified directly rather than using any saved details. This is more low-level and use of this form is generally to be - avoided in favour of using saved content details as outlined above. + avoided in favor of using saved content details as outlined above. Nevertheless, in certain situations it can be useful to invoke the content population as an isolated operation (typically as part of implementing some other higher level feature or when using CMake in script mode): |