Skip to content

Commit 3ffdd0a

Browse files
committedFeb 28, 2024
Document fix for vcpkg configuration x64-windows-static
1 parent 4c3e679 commit 3ffdd0a

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed
 

‎CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org).
1212

1313
## dimcli 7.2.0 (2024-02-22)
1414
- Added - More cli.to\*Cmdline() and cli.to\*CmdlineL() overloads
15-
- Fixed - Compile error in Clang 16+ casting from cli.toWindowsCmdline
15+
- Fixed - Compile error in Clang 16 casting from cli.toWindowsCmdline
1616
- Fixed - Divide by zero when cli.maxWidth() set to out of range value
17+
- Fixed - vcpkg build fails for x64-windows-static
1718

1819
## dimcli 7.1.1 (2023-03-25)
1920
- Cosmetic - Expand automated testing to samples embedded in README.md

‎docs/release-checklist.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,4 @@ Distributed under the Boost Software License, Version 1.0.
5050
3. Run "vcpkg x-add-version dimcli"
5151

5252
# Outstanding Issues
53-
Fix these failures called out in vcpkg's scripts/ci.baseline.txt and remove the
54-
exceptions from that file.
55-
# VS2019 version 16.9.4's project system changes where PDBs are placed in a way that breaks the
56-
# upstream build script of this port.
57-
# See https://developercommunity.visualstudio.com/t/Toolset-169-regression-vcxproj-producin/1356639
58-
dimcli:x64-windows-static-md=fail
59-
dimcli:x64-windows-static=fail
53+
None

0 commit comments

Comments
 (0)