From 164eb1edb29f99ddc459642e444f2d55934c720f Mon Sep 17 00:00:00 2001 From: Pratik Chowdhury Date: Thu, 27 May 2021 03:17:20 +0530 Subject: [PATCH] [docs] vcpkg_from_github beast moved to boost-beast --- docs/maintainers/vcpkg_from_github.md | 2 +- scripts/cmake/vcpkg_from_github.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/maintainers/vcpkg_from_github.md b/docs/maintainers/vcpkg_from_github.md index c11b2ed16f0428..27d03008ff4473 100644 --- a/docs/maintainers/vcpkg_from_github.md +++ b/docs/maintainers/vcpkg_from_github.md @@ -70,7 +70,7 @@ This exports the `VCPKG_HEAD_VERSION` variable during head builds. * [cpprestsdk](https://github.com/Microsoft/vcpkg/blob/master/ports/cpprestsdk/portfile.cmake) * [ms-gsl](https://github.com/Microsoft/vcpkg/blob/master/ports/ms-gsl/portfile.cmake) -* [beast](https://github.com/Microsoft/vcpkg/blob/master/ports/beast/portfile.cmake) +* [boost-beast](https://github.com/Microsoft/vcpkg/blob/master/ports/boost-beast/portfile.cmake) ## Source [scripts/cmake/vcpkg\_from\_github.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_from_github.cmake) diff --git a/scripts/cmake/vcpkg_from_github.cmake b/scripts/cmake/vcpkg_from_github.cmake index 1c1b71679f95b8..cda1fc395e6894 100644 --- a/scripts/cmake/vcpkg_from_github.cmake +++ b/scripts/cmake/vcpkg_from_github.cmake @@ -69,7 +69,7 @@ This exports the `VCPKG_HEAD_VERSION` variable during head builds. * [cpprestsdk](https://github.com/Microsoft/vcpkg/blob/master/ports/cpprestsdk/portfile.cmake) * [ms-gsl](https://github.com/Microsoft/vcpkg/blob/master/ports/ms-gsl/portfile.cmake) -* [beast](https://github.com/Microsoft/vcpkg/blob/master/ports/beast/portfile.cmake) +* [boost-beast](https://github.com/Microsoft/vcpkg/blob/master/ports/boost-beast/portfile.cmake) #]===] function(vcpkg_from_github)