From e9c6efc34bdb39d81081dfa39c0aef294a94b67d Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 26 Mar 2024 03:35:51 -0400 Subject: [PATCH] fix: correct title for 3.29 Signed-off-by: Henry Schreiner --- chapters/intro/newcmake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/intro/newcmake.md b/chapters/intro/newcmake.md index 96a81b8..85a8d99 100644 --- a/chapters/intro/newcmake.md +++ b/chapters/intro/newcmake.md @@ -6,7 +6,7 @@ This is an abbreviated version of the CMake changelog with just the highlights f - A `$` generator expression was added to produce `"` -## [CMake 3.28][]: Build before testing +## [CMake 3.29][]: Build before testing Finally you can make the `test` target depend on `ALL`, meaning `cmake --build build -t test` will rebuild as needed! You have to opt-into this, though, by