[catch2] Reenable extras files (#24790)

* [catch2] Reenable extras files

* [catch2] Update version files
This commit is contained in:
Rémy Tassoux 2022-05-19 00:39:40 +02:00 committed by GitHub
parent 52955a7ae5
commit 2e781b513f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 2 deletions

View File

@ -12,7 +12,6 @@ vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}" SOURCE_PATH "${SOURCE_PATH}"
OPTIONS OPTIONS
-DCATCH_INSTALL_DOCS=OFF -DCATCH_INSTALL_DOCS=OFF
-DCATCH_INSTALL_EXTRAS=OFF
) )
vcpkg_cmake_install() vcpkg_cmake_install()

View File

@ -1,6 +1,7 @@
{ {
"name": "catch2", "name": "catch2",
"version-semver": "3.0.1", "version-semver": "3.0.1",
"port-version": 1,
"description": "A modern, header-only test framework for unit testing.", "description": "A modern, header-only test framework for unit testing.",
"homepage": "https://github.com/catchorg/Catch2", "homepage": "https://github.com/catchorg/Catch2",
"license": "BSL-1.0", "license": "BSL-1.0",

View File

@ -1274,7 +1274,7 @@
}, },
"catch2": { "catch2": {
"baseline": "3.0.1", "baseline": "3.0.1",
"port-version": 0 "port-version": 1
}, },
"cccapstone": { "cccapstone": {
"baseline": "9b4128ee1153e78288a1b5433e2c06a0d47a4c4e", "baseline": "9b4128ee1153e78288a1b5433e2c06a0d47a4c4e",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "8de83e7d7f07a831293d15e747aa7a980a220ff7",
"version-semver": "3.0.1",
"port-version": 1
},
{ {
"git-tree": "c0c872e7175f3ca20a15f5c8cc0d0c23e59e1ad1", "git-tree": "c0c872e7175f3ca20a15f5c8cc0d0c23e59e1ad1",
"version-semver": "3.0.1", "version-semver": "3.0.1",