Skip to content

Commit 6a6b135

Browse files
[libtheora] Update cmake_minimum_required (microsoft#44475)
1 parent 5564c7d commit 6a6b135

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/libtheora/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0)
1+
cmake_minimum_required(VERSION 3.30)
22
project(theora LANGUAGES C)
33

44
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}")

ports/libtheora/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libtheora",
33
"version-string": "1.2.0alpha1-20170719",
4-
"port-version": 7,
4+
"port-version": 8,
55
"description": "Theora is a free and open video compression format from the Xiph.org Foundation.",
66
"homepage": "https://github.com/xiph/theora",
77
"license": null,

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5282,7 +5282,7 @@
52825282
},
52835283
"libtheora": {
52845284
"baseline": "1.2.0alpha1-20170719",
5285-
"port-version": 7
5285+
"port-version": 8
52865286
},
52875287
"libtins": {
52885288
"baseline": "4.5",

versions/l-/libtheora.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": "875c4b56b5fbda529ab8a2efb67209b35408134a",
5+
"version-string": "1.2.0alpha1-20170719",
6+
"port-version": 8
7+
},
38
{
49
"git-tree": "f6cc1235f841d9f9a7b7d1a278dc63b788c63659",
510
"version-string": "1.2.0alpha1-20170719",

0 commit comments

Comments
 (0)