ソースを参照

[bazel] Flip --incompatible_use_com_google_googletest

Yannic 5 年 前
コミット
85e5204517
1 ファイル変更1 行追加1 行削除
  1. 1 1
      BUILD

+ 1 - 1
BUILD

@@ -17,7 +17,7 @@ exports_files(["LICENSE"])
 # TODO(yannic): Remove in 3.14.0.
 # TODO(yannic): Remove in 3.14.0.
 string_flag(
 string_flag(
     name = "incompatible_use_com_google_googletest",
     name = "incompatible_use_com_google_googletest",
-    build_setting_default = "true",
+    build_setting_default = "false",
     values = ["true", "false"]
     values = ["true", "false"]
 )
 )