Fix conjuntion of -Werror,-Wsuggest-override with google/benchmark

This commit is contained in:
Guillaume Chatelet 2020-10-14 15:26:17 +00:00
parent 89a2a47870
commit cba533febc
1 changed files with 1 additions and 1 deletions

View File

@ -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