vcpkg/ports/range-v3/vcpkg.json
Christopher Di Bella 46ad6d4a07
[range-v3] updates REF to range-v3:HEAD (#21393)
* [range-v3] updates REF to range-v3:HEAD

Closes #21391.

* update portfile.cmake

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-12-06 20:12:14 -08:00

17 lines
321 B
JSON

{
"name": "range-v3",
"version-date": "2021-11-02",
"description": "Range library for C++11/14/17/20.",
"homepage": "https://github.com/ericniebler/range-v3",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}