turn back on strict mode for googletest as it no longer breaks

This commit is contained in:
Dominic Hamon 2021-08-11 15:01:17 +01:00
parent 4124223bf5
commit d0db4e01c1
1 changed files with 0 additions and 3 deletions

View File

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