Skip to content

Commit

Permalink
Revert inadvertent direct commit to main (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe authored Jun 11, 2024
1 parent 37383aa commit c15a520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreign_cc/extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _init(module_ctx):
}

for mod in module_ctx.modules:
if mod.is_root:
if not mod.is_root:
for toolchain in mod.tags.cmake:
versions["cmake"] = toolchain.version

Expand Down

0 comments on commit c15a520

Please sign in to comment.