mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 13:26:32 +08:00
[gsl-lite] Update to 0.38.0 (#16984)
* [gsl-lite] Update to 0.38.0 * [gsl-lite] Update version registry * Re-run "vcpkg x-add-version"
This commit is contained in:
parent
69f5165163
commit
0a251caefd
@ -1,4 +0,0 @@
|
||||
Source: gsl-lite
|
||||
Version: 0.37.0
|
||||
Description: A single-file header-only implementation of ISO C++ Guidelines Support Library (GSL) for C++98, C++11 and later.
|
||||
Homepage: https://github.com/gsl-lite/gsl-lite/
|
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO gsl-lite/gsl-lite
|
||||
REF 4b796627ad0fa42640f5fdb96f23c4a0d9ee084f
|
||||
SHA512 c0943824149b17c66947160bd83f3b14b821ba14bba02247546bd98d2b2809fae611e7841000fbe3be8f675cd076585f12ede05366fd1f9ba96a1067ac63ef43
|
||||
REF f829848572e68102f9012b75ebc5d79a653f9d8c
|
||||
SHA512 db9b72ef04c928f0b23be0c9603dca8ce317762a44247b1fc8538d2c9701ced43f8fefad4516298040860598d0f3ea26990de6f52e2835a479c68ab561f3b1d3
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
@ -16,7 +16,7 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH "lib/cmake/gsl-lite")
|
||||
|
||||
file(WRITE ${CURRENT_PACKAGES_DIR}/include/gsl-lite.hpp "#ifndef GSL_LITE_HPP_VCPKG_COMPAT_HEADER_INCLUDED
|
||||
#define GSL_LITE_HPP_VCPKG_COMPAT_HEADER_INCLUDED
|
||||
#pragma message(\"The header <gsl-lite.hpp> is deprecated and provided only for compatibility; please include <gsl/gsl-lite.hpp> instead.\")
|
||||
#pragma message(\"The header <gsl-lite.hpp> is deprecated and provided by Vcpkg for compatibility only; please include <gsl/gsl-lite.hpp> instead.\")
|
||||
#include <gsl/gsl-lite.hpp>
|
||||
#endif // GSL_LITE_HPP_VCPKG_COMPAT_HEADER_INCLUDED")
|
||||
|
||||
|
6
ports/gsl-lite/vcpkg.json
Normal file
6
ports/gsl-lite/vcpkg.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "gsl-lite",
|
||||
"version": "0.38.0",
|
||||
"description": "A single-file header-only implementation of ISO C++ Guidelines Support Library (GSL) for C++98, C++11 and later.",
|
||||
"homepage": "https://github.com/gsl-lite/gsl-lite/"
|
||||
}
|
@ -2353,7 +2353,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"gsl-lite": {
|
||||
"baseline": "0.37.0",
|
||||
"baseline": "0.38.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"gsoap": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e72d735460dca6a55ce1f4b76bbaf65ad34d5584",
|
||||
"version": "0.38.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d043228295d723584f0143ed1395945c677e05e9",
|
||||
"version-string": "0.37.0",
|
||||
|
Loading…
Reference in New Issue
Block a user