aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index 386e0096ff..6c29c78793 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -248,6 +248,12 @@ config_setting(
visibility = ["//visibility:public"],
)
+config_setting(
+ name = "with_ignite_support",
+ define_values = {"with_ignite_support": "true"},
+ visibility = ["//visibility:public"],
+)
+
# Crosses between platforms and file system libraries not supported on those
# platforms due to limitations in nested select() statements.
config_setting(