From 85e5204517779bbb6b3523ab516359f581bf0bab Mon Sep 17 00:00:00 2001 From: Yannic Date: Sat, 27 Feb 2021 15:00:59 +0100 Subject: [PATCH] [bazel] Flip --incompatible_use_com_google_googletest --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD b/BUILD index 1124321602..1dee9af93d 100644 --- a/BUILD +++ b/BUILD @@ -17,7 +17,7 @@ exports_files(["LICENSE"]) # TODO(yannic): Remove in 3.14.0. string_flag( name = "incompatible_use_com_google_googletest", - build_setting_default = "true", + build_setting_default = "false", values = ["true", "false"] )