vcpkg/ports/catch2/vcpkg.json
JonLiu1993 18c9639021
[Catch2] Update catch2 HEAD_REF from master to devel (#21660)
* [Catch2] Fix install from head

* update version

* change catch2 HEAD_REF

* update version
2021-11-26 01:07:46 -08:00

18 lines
354 B
JSON

{
"name": "catch2",
"version-semver": "2.13.7",
"port-version": 2,
"description": "A modern, header-only test framework for unit testing.",
"homepage": "https://github.com/catchorg/Catch2",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}