mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[catch2] Don't install docs (#24046)
* [catch2] Don't build docs * version
This commit is contained in:
parent
3d93caa1b0
commit
6f9687b7ec
@ -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}
|
||||
)
|
||||
|
||||
|
@ -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",
|
||||
|
@ -1270,7 +1270,7 @@
|
||||
},
|
||||
"catch2": {
|
||||
"baseline": "2.13.8",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"cccapstone": {
|
||||
"baseline": "9b4128ee1153e78288a1b5433e2c06a0d47a4c4e",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c243585b5ba220e6aebcdb59dc59867afff7af6e",
|
||||
"version-semver": "2.13.8",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "b58473cdc953ae1d09f30f0ba1e641c6cc34719f",
|
||||
"version-semver": "2.13.8",
|
||||
|
Loading…
x
Reference in New Issue
Block a user