mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
[cairomm] Disable test (#31502)
This commit is contained in:
parent
5b744ed753
commit
f632b00a3f
@ -17,6 +17,7 @@ vcpkg_configure_meson(
|
||||
OPTIONS
|
||||
-Dbuild-examples=false
|
||||
-Dmsvc14x-parallel-installable=false # Use separate DLL and LIB filenames for Visual Studio 2017 and 2019
|
||||
-Dbuild-tests=false
|
||||
)
|
||||
|
||||
vcpkg_install_meson()
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cairomm",
|
||||
"version": "1.16.2",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "A C++ wrapper for the cairo graphics library",
|
||||
"homepage": "https://www.cairographics.org",
|
||||
"license": "LGPL-2.0-only",
|
||||
|
@ -1354,7 +1354,7 @@
|
||||
},
|
||||
"cairomm": {
|
||||
"baseline": "1.16.2",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"calceph": {
|
||||
"baseline": "3.5.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7a7e6f9ecf73d0a2ec27e9a70a099746e643ec84",
|
||||
"version": "1.16.2",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "9e3f77f8b4d02d2a5bd898b0ca96031da57aae12",
|
||||
"version": "1.16.2",
|
||||
|
Loading…
Reference in New Issue
Block a user