Skip to content

Commit

Permalink
fix internal reference to enable_openmp string flag
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 724380798
  • Loading branch information
asraa authored and copybara-github committed Feb 7, 2025
1 parent d372bf7 commit cbba2a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ string_flag(
config_setting(
name = "config_enable_openmp",
flag_values = {
"//:enable_openmp": "1",
":enable_openmp": "1",
},
visibility = ["//visibility:public"],
)

config_setting(
name = "config_disable_openmp",
flag_values = {
"//:enable_openmp": "0",
":enable_openmp": "0",
},
visibility = ["//visibility:public"],
)
Expand Down

0 comments on commit cbba2a2

Please sign in to comment.