mirror of
1
0
Fork 0

fix: correct title for 3.29

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner 2024-03-26 03:35:51 -04:00
parent 7f58f005e3
commit e9c6efc34b
No known key found for this signature in database
GPG Key ID: B9D0E45146A241E8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ This is an abbreviated version of the CMake changelog with just the highlights f
- A `$<QUOTE>` 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