cmake 3.22.0
#903
-
hi, Would you please support Cmake version 3.22.0? |
Beta Was this translation helpful? Give feedback.
Answered by
jsharpe
Apr 26, 2022
Replies: 1 comment
-
Its already supported: https://github.com/bazelbuild/rules_foreign_cc/blob/c57b55f2f6207c0c44c2b4a51dc235955d4f47b2/toolchains/prebuilt_toolchains.bzl#L280 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jsharpe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Its already supported: https://github.com/bazelbuild/rules_foreign_cc/blob/c57b55f2f6207c0c44c2b4a51dc235955d4f47b2/toolchains/prebuilt_toolchains.bzl#L280
Pass
cmake_version="3.22.0"
when you callrules_foreign_cc_dependencies
to select this version of cmake.