diff --git a/CHANGELOG.md b/CHANGELOG.md index 225b2589b..fcb202123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ _When adding new entries to the changelog, please include issue/PR numbers where - Improved progress reporting during working-copy checkout. [#738](https://github.com/koordinates/kart/pull/738) - Support for changing the primary key column of an existing dataset. [#238](https://github.com/koordinates/kart/issues/238) - Help for the user get the working copy back into a valid state if a crash or similar causes it to become out of sync with the Kart repo. [#751](https://github.com/koordinates/kart/pull/751) +- Enable the background CLI helper on Linux & macOS in CI builds. The helper improves CLI performance significantly. [#776](https://github.com/koordinates/kart/pull/776) ## 0.11.5 diff --git a/vcpkg-vendor/CMakeLists.txt b/vcpkg-vendor/CMakeLists.txt index 38406b9bf..9687e1dcc 100644 --- a/vcpkg-vendor/CMakeLists.txt +++ b/vcpkg-vendor/CMakeLists.txt @@ -640,6 +640,6 @@ add_custom_target( COMMENT "Vendor dependency archive") add_custom_target( - vendor + vendor ALL DEPENDS vendor_archive COMMENT "Vendor dependencies")