Skip to content

Commit 54a3533

Browse files
Hubert DegaudenziHubert Degaudenzi
authored andcommitted
Add the release notes for the 6.2.5 version
1 parent 59566a1 commit 54a3533

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)