Skip to content

Commit e2387bd

Browse files
authored
[libvorbis] Upgrade CMake 3.5 (microsoft#44347)
1 parent 7a0404d commit e2387bd

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

ports/libvorbis/portfile.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ vcpkg_from_github(
1313

1414
vcpkg_cmake_configure(
1515
SOURCE_PATH "${SOURCE_PATH}"
16+
OPTIONS
17+
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 # https://github.com/xiph/vorbis/issues/113
18+
MAYBE_UNUSED_VARIABLES
19+
CMAKE_POLICY_VERSION_MINIMUM
1620
)
1721

1822
vcpkg_cmake_install()

ports/libvorbis/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libvorbis",
33
"version": "1.3.7",
4-
"port-version": 3,
4+
"port-version": 4,
55
"description": "Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format",
66
"homepage": "https://github.com/xiph/vorbis",
77
"license": "BSD-3-Clause",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5410,7 +5410,7 @@
54105410
},
54115411
"libvorbis": {
54125412
"baseline": "1.3.7",
5413-
"port-version": 3
5413+
"port-version": 4
54145414
},
54155415
"libvpx": {
54165416
"baseline": "1.13.1",

versions/l-/libvorbis.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "149b8037ad8023f0f1b130616cf1a90238083cb0",
5+
"version": "1.3.7",
6+
"port-version": 4
7+
},
38
{
49
"git-tree": "23d11198ff2df7a3af54f1c4645ef71a141f2a85",
510
"version": "1.3.7",

0 commit comments

Comments
 (0)