[ms-gsl] Update to 3.0.1 (#10993)

* Updated version of MS GSL to 3.0.1

* Fixed config path for vcpkg_fixup_cmake_targets
This commit is contained in:
Nicholas Londey 2020-04-24 14:14:12 +10:00 committed by GitHub
parent 620dbb8f9a
commit 6219c61b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Source: ms-gsl
Version: 3.0.0
Version: 3.0.1
Homepage: https://github.com/Microsoft/GSL
Description: Microsoft implementation of the Guidelines Support Library

View File

@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/GSL
REF b43855631afdb9f7ccd4b56ed05330a8e3817af1
SHA512 fe770217f9ced6fbacfb57ab2f57a33ff2c150cdbadb1e4fc4f0bfe39e98b3940f9f22786a5d30ff7967063caadf7c3cf884a398a7eb6b1d0e219577782fc776
REF 1999b48a519196711f0d03af3b7eedd49fcc6db3
SHA512 4daa5cefdd910391c97428c6de4d7f93a8e112c59f296a9dec448ff409dae0d94f99b1389897f4ec34598dd33f82c21eb47463a394f5ea8a8c00a9cca366a1ea
HEAD_REF master
)
@ -17,7 +17,7 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(
CONFIG_PATH share/Microsoft.GSL/cmake
CONFIG_PATH share/cmake/Microsoft.GSL
TARGET_PATH share/Microsoft.GSL
)