aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gtest.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gtest.BUILD')
-rw-r--r--third_party/gtest.BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gtest.BUILD b/third_party/gtest.BUILD
index bf980754ca..a07db65b91 100644
--- a/third_party/gtest.BUILD
+++ b/third_party/gtest.BUILD
@@ -5,7 +5,7 @@ cc_library(
],
hdrs = glob(["include/**/*.h", "src/*.cc", "src/*.h"]),
includes = [
- "include", "."
+ "include",
],
linkstatic = 1,
visibility = [