1
0
mirror of synced 2024-12-22 20:50:00 +01:00

fix: include release date for 3.18

This commit is contained in:
Henry Schreiner 2020-07-21 12:14:58 -04:00
parent 11901d1929
commit 4b2f6055d8

View File

@ -267,6 +267,7 @@ designs available; calling functions by variable, evaluating arbitrary CMake by
string, and configure files directly from strings. Many other nice tiny string, and configure files directly from strings. Many other nice tiny
features and papercut fixes are sprinkled throughout, a small selection is below. 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 now
* New profiling mode for `cmake` * New profiling mode for `cmake`
* `cmake_language` with `CALL` and `EVAL` * `cmake_language` with `CALL` and `EVAL`
@ -281,7 +282,6 @@ features and papercut fixes are sprinkled throughout, a small selection is below
* Source can be a subdirectory for `FetchContent` * Source can be a subdirectory for `FetchContent`
[Releases]: https://cmake.org/cmake/help/latest/release/index.html [Releases]: https://cmake.org/cmake/help/latest/release/index.html
[CMake 3.0]: https://cmake.org/cmake/help/latest/release/3.0.html [CMake 3.0]: https://cmake.org/cmake/help/latest/release/3.0.html
[CMake 3.1]: https://cmake.org/cmake/help/latest/release/3.1.html [CMake 3.1]: https://cmake.org/cmake/help/latest/release/3.1.html