From 8abc4092b7a58075a6d5b49a3456036af0698453 Mon Sep 17 00:00:00 2001 From: Takahiro Ueda Date: Wed, 19 Jun 2024 20:13:19 +0900 Subject: [PATCH] fix: add missing link to 3.29 --- chapters/intro/newcmake.md | 1 + 1 file changed, 1 insertion(+) diff --git a/chapters/intro/newcmake.md b/chapters/intro/newcmake.md index 85a8d99..308bc33 100644 --- a/chapters/intro/newcmake.md +++ b/chapters/intro/newcmake.md @@ -532,5 +532,6 @@ There were a ton of additions to this version of CMake, primarily to fill out th [cmake 3.26]: https://cmake.org/cmake/help/latest/release/3.26.html [cmake 3.27]: https://cmake.org/cmake/help/latest/release/3.27.html [cmake 3.28]: https://cmake.org/cmake/help/latest/release/3.28.html +[cmake 3.29]: https://cmake.org/cmake/help/latest/release/3.29.html [cmake master]: https://cmake.org/cmake/help/git-master/release/index.html [fastercmake]: https://blog.kitware.com/improving-cmakes-runtime-performance/