Skip to content

Commit

Permalink
Use a non-default version of cmake in an example
Browse files Browse the repository at this point in the history
This demonstrates that the way it is organized right now, `rules_foreign_cc`
does not allow its users to opt for a non-default version of cmake.
  • Loading branch information
mrkkrp committed Jan 12, 2024
1 parent a87e754 commit 265bbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local_path_override(
)

tools = use_extension("@rules_foreign_cc//foreign_cc:extensions.bzl", "tools")
tools.cmake(version = "3.23.1")
tools.cmake(version = "3.25.2")
tools.ninja(version = "1.11.1")
use_repo(
tools,
Expand Down

0 comments on commit 265bbb9

Please sign in to comment.