Fix incorrect package name for vcpkg

This commit is contained in:
cbuchart 2020-02-07 15:25:58 +01:00
parent b4dd39615a
commit 3f0d733466

View File

@ -85,7 +85,7 @@ You can download and install GSL using the [vcpkg](https://github.com/Microsoft/
cd vcpkg cd vcpkg
./bootstrap-vcpkg.sh ./bootstrap-vcpkg.sh
./vcpkg integrate install ./vcpkg integrate install
vcpkg install gsl vcpkg install ms-gsl
The GSL port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository. The GSL port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.