forked from OSchip/llvm-project
Fix conjuntion of -Werror,-Wsuggest-override with google/benchmark
This commit is contained in:
parent
89a2a47870
commit
cba533febc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue