Skip to content

Commit db7bd86

Browse files
authored
update-checkout-config.json: check out CMake on Darwin and Linux (#83296)
Due to issues with CMake 4.0, it should be always checked out on macOS to build a compatible version.
1 parent 1a0d752 commit db7bd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"cmake": {
6969
"remote": { "id": "KitWare/CMake" },
70-
"platforms": [ "Linux" ]
70+
"platforms": [ "Darwin", "Linux" ]
7171
},
7272
"swift-cmark-gfm": {
7373
"remote": { "id": "swiftlang/swift-cmark" } },

0 commit comments

Comments
 (0)