mirror of https://github.com/google/benchmark.git
turn back on strict mode for googletest as it no longer breaks
This commit is contained in:
parent
4124223bf5
commit
d0db4e01c1
|
@ -29,9 +29,6 @@ set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
|
|||
|
||||
include(${GOOGLETEST_PREFIX}/googletest-paths.cmake)
|
||||
|
||||
# TODO(dominic): See #1202. Remove if https://github.com/google/googletest/pull/3492 lands upstream.
|
||||
add_compile_options(-w)
|
||||
|
||||
# Add googletest directly to our build. This defines
|
||||
# the gtest and gtest_main targets.
|
||||
add_subdirectory(${GOOGLETEST_SOURCE_DIR}
|
||||
|
|
Loading…
Reference in New Issue