[catch2] Don't install docs (#24046)

* [catch2] Don't build docs

* version
This commit is contained in:
Thomas1664 2022-04-11 17:49:47 +02:00 committed by GitHub
parent 3d93caa1b0
commit 6f9687b7ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

View File

@ -15,6 +15,7 @@ vcpkg_cmake_configure(
OPTIONS
-DBUILD_TESTING=OFF
-DCATCH_BUILD_EXAMPLES=OFF
-DCATCH_INSTALL_DOCS=OFF
-DCATCH_BUILD_STATIC_LIBRARY=${BUILD_STATIC}
)

View File

@ -1,8 +1,10 @@
{
"name": "catch2",
"version-semver": "2.13.8",
"port-version": 1,
"description": "A modern, header-only test framework for unit testing.",
"homepage": "https://github.com/catchorg/Catch2",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",

View File

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

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c243585b5ba220e6aebcdb59dc59867afff7af6e",
"version-semver": "2.13.8",
"port-version": 1
},
{
"git-tree": "b58473cdc953ae1d09f30f0ba1e641c6cc34719f",
"version-semver": "2.13.8",