mirror of
1
0
Fork 0

Merge branch 'fix-typos' into 'master'

Minor typos

See merge request CLIUtils/modern-cmake!41
This commit is contained in:
Henry Schreiner 2020-08-20 12:21:22 +00:00
commit d89b43458b
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* [An Introduction to Modern CMake](README.md)
* [Installing CMake](chapters/intro/installing.md)
* [Running CMake](chapters/intro/running.md)
* [Dos and Don'ts](chapters/intro/dodonot.md)
* [Do's and Don'ts](chapters/intro/dodonot.md)
* [What's new in CMake](chapters/intro/newcmake.md)
* [Introduction to the Basics](chapters/basics.md)
* [Variables and the Cache](chapters/basics/variables.md)

View File

@ -268,7 +268,7 @@ string, and configure files directly from strings. Many other nice tiny
features and papercut fixes are sprinkled throughout, a small selection is below.
* Initially released [July 15, 2020](https://blog.kitware.com/cmake-3-18-0-available-for-download/)
* `cmake` can `cat` files together now now
* `cmake` can `cat` files together now
* New profiling mode for `cmake`
* `cmake_language` with `CALL` and `EVAL`
* `export` requires `APPEND` if used multiple times (in CMake language level 3.18+)