[libc-commits] [libc] cba533f - Fix conjuntion of -Werror, -Wsuggest-override with google/benchmark
Guillaume Chatelet via libc-commits
libc-commits at lists.llvm.org
Wed Oct 14 08:27:11 PDT 2020
Author: Guillaume Chatelet
Date: 2020-10-14T15:26:55Z
New Revision: cba533febc1e8a82f98f7ff5e0d083f57f865d26
URL: https://github.com/llvm/llvm-project/commit/cba533febc1e8a82f98f7ff5e0d083f57f865d26
DIFF: https://github.com/llvm/llvm-project/commit/cba533febc1e8a82f98f7ff5e0d083f57f865d26.diff
LOG: Fix conjuntion of -Werror,-Wsuggest-override with google/benchmark
Added:
Modified:
libc/benchmarks/CMakeLists.txt
Removed:
################################################################################
diff --git a/libc/benchmarks/CMakeLists.txt b/libc/benchmarks/CMakeLists.txt
index 2275dad7f653..c85e41070d8c 100644
--- a/libc/benchmarks/CMakeLists.txt
+++ b/libc/benchmarks/CMakeLists.txt
@@ -88,7 +88,7 @@ add_library(libc-benchmark
)
add_dependencies(libc-benchmark google-benchmark)
target_include_directories(libc-benchmark
- PUBLIC
+ SYSTEM PUBLIC
"${GOOGLE_BENCHMARK_LIBC_INSTALL}/include"
)
target_link_libraries(libc-benchmark
More information about the libc-commits
mailing list