mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 10:37:10 +01:00
[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:
parent
620dbb8f9a
commit
6219c61b51
@ -1,4 +1,4 @@
|
|||||||
Source: ms-gsl
|
Source: ms-gsl
|
||||||
Version: 3.0.0
|
Version: 3.0.1
|
||||||
Homepage: https://github.com/Microsoft/GSL
|
Homepage: https://github.com/Microsoft/GSL
|
||||||
Description: Microsoft implementation of the Guidelines Support Library
|
Description: Microsoft implementation of the Guidelines Support Library
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO Microsoft/GSL
|
REPO Microsoft/GSL
|
||||||
REF b43855631afdb9f7ccd4b56ed05330a8e3817af1
|
REF 1999b48a519196711f0d03af3b7eedd49fcc6db3
|
||||||
SHA512 fe770217f9ced6fbacfb57ab2f57a33ff2c150cdbadb1e4fc4f0bfe39e98b3940f9f22786a5d30ff7967063caadf7c3cf884a398a7eb6b1d0e219577782fc776
|
SHA512 4daa5cefdd910391c97428c6de4d7f93a8e112c59f296a9dec448ff409dae0d94f99b1389897f4ec34598dd33f82c21eb47463a394f5ea8a8c00a9cca366a1ea
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ vcpkg_configure_cmake(
|
|||||||
vcpkg_install_cmake()
|
vcpkg_install_cmake()
|
||||||
|
|
||||||
vcpkg_fixup_cmake_targets(
|
vcpkg_fixup_cmake_targets(
|
||||||
CONFIG_PATH share/Microsoft.GSL/cmake
|
CONFIG_PATH share/cmake/Microsoft.GSL
|
||||||
TARGET_PATH share/Microsoft.GSL
|
TARGET_PATH share/Microsoft.GSL
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user