diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-05-28 19:00:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-28 10:00:20 -0700 |
| commit | 0de461216d66a4d5ca1870254e27258a66f6e361 (patch) | |
| tree | 963314c8051cb74a061075b20f26aec6fd8a8952 /versions/b- | |
| parent | 9d7244f2f6a4f6a34c4e0b3ecbf391323e379a43 (diff) | |
| download | vcpkg-0de461216d66a4d5ca1870254e27258a66f6e361.tar.gz vcpkg-0de461216d66a4d5ca1870254e27258a66f6e361.zip | |
[vcpkg.cmake] Cleanup every special case in the find_package override (#18047)
* move boost out of the toolchain
* move icu out of the toolchain
* remove CURL from the toolchain (was already unreachable?)
* remove gsl from toolchain
* remove grpc from toolchain
* version stuff
* fix indent and missing endif()
* version stuff
* Revert changes to vcpkg.cmake
* push port version
* version stuff
Diffstat (limited to 'versions/b-')
| -rw-r--r-- | versions/b-/boost-uninstall.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/b-/boost-uninstall.json b/versions/b-/boost-uninstall.json index a0c99662a..200bac7bb 100644 --- a/versions/b-/boost-uninstall.json +++ b/versions/b-/boost-uninstall.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "092a563d81779e6bfb0ee656bc4c8f01f57c7666", + "version-string": "1.75.0", + "port-version": 1 + }, + { "git-tree": "08933bad27b6d41caef0940c31e2069ecb6a079c", "version-string": "1.75.0", "port-version": 0 |
