vcpkg/ports/catch2/vcpkg.json
Rémy Tassoux b51f391cd8
[catch2] Update to 3.3.2 (#30073)
* [catch2] Update to 3.3.2

* [catch2] Update version files

* [catch2] Change version-semver to version

* [catch2] Update version files

* [catch2] Revert version type change
2023-03-16 17:57:32 -07:00

18 lines
356 B
JSON

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