File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99## [ Unreleased]
1010
1111
12+ ## [ 6.2.5] - 2025-12-10
13+
14+ ### Fixed
15+ - Fix the custom properties passed to the interface targets.
16+ Below CMake 3.19, it only accepts custom properties with the
17+ INTERFACE_ prefix
18+ - Fix to the way that the string are converted to upper case in
19+ some shell script tests
20+ - the ^^ way was only supported by bash
21+ - the plain sh needs to use a tr conversion
22+ - Fix the temp tests when the KEEPTEMPDIR env variable is present
23+ - Replace empty custom commands with ` ${CMAKE_COMMAND} -E true ` in
24+ coverage CMake
25+ - Prevents CMake errors from empty COMMAND fields in custom commands
26+ - Ensures post-build steps are always valid, even if no real command is
27+ needed
28+
29+
1230## [ 6.2.4] - 2024-02-12
1331
1432### Fixed
You can’t perform that action at this time.
0 commit comments