Skip to content

Commit 6ea8cab

Browse files
committed
treewide: use cmake 3.31 where needed
After updating Cmake in basement to v4.2 all packages using a cmake_minimum_version <= 3.5 can no longer be cmaked. Use an older cmake version for them.
1 parent 6f5d906 commit 6ea8cab

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

recipes/libs/double-conversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
inherit: [cmake]
1+
inherit: ['compat::cmake-3.31']
22

33
metaEnvironment:
44
PKG_VERSION: "3.3.0"

recipes/libs/jsonc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
inherit: [cmake]
1+
inherit: ['compat::cmake-3.31']
22

33
metaEnvironment:
44
PKG_DESCRIPTION: "A JSON implementation in C"

recipes/libs/yajl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
inherit: [cmake]
1+
inherit: ['compat::cmake-3.31']
22

33
metaEnvironment:
44
PKG_VERSION: "2.1.0"

recipes/utils/tidy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
inherit: [cmake]
1+
inherit: ['compat::cmake-3.31']
22

33
metaEnvironment:
44
PKG_VERSION: "5.8.0"

0 commit comments

Comments
 (0)