Skip to content

v4.0.11

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 22:37
· 230 commits to master since this release
3774195
Support vcpkg dependency management (#463)

First step towards transitioning away from cxx-common's `pkgman.py` dependency management system towards compatibility with and use of vcpkg (https://github.com/microsoft/vcpkg) to manage dependencies.

This commit attempts to support both the new and old build systems until we can phase out the old completely.

Please see the updated trailofbits/cxx-common repository or run the `./scripts/build.sh` script to fetch the required dependencies.