Skip to content

Commit

Permalink
[cairomm] Disable test (#31502)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheney-W committed May 22, 2023
1 parent 5b744ed commit f632b00
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/cairomm/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion ports/cairomm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@
},
"cairomm": {
"baseline": "1.16.2",
"port-version": 2
"port-version": 3
},
"calceph": {
"baseline": "3.5.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cairomm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7a7e6f9ecf73d0a2ec27e9a70a099746e643ec84",
"version": "1.16.2",
"port-version": 3
},
{
"git-tree": "9e3f77f8b4d02d2a5bd898b0ca96031da57aae12",
"version": "1.16.2",
Expand Down

0 comments on commit f632b00

Please sign in to comment.