aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDominic Hamon <dma+github@stripysock.com>2021-08-11 15:01:17 +0100
committerDominic Hamon <dma+github@stripysock.com>2021-08-11 15:01:17 +0100
commitd0db4e01c19a7ca674748e75668ef89d560b0834 (patch)
treef6a936dbe89cac223f19124d45ed886882daabbc /cmake
parent4124223bf5303d1d65fe2c40f33e28372bbb986c (diff)
downloadgoogle-benchmark-d0db4e01c19a7ca674748e75668ef89d560b0834.tar.gz
turn back on strict mode for googletest as it no longer breaks
Diffstat (limited to 'cmake')
-rw-r--r--cmake/GoogleTest.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/GoogleTest.cmake b/cmake/GoogleTest.cmake
index c013fb6..dd611fc 100644
--- a/cmake/GoogleTest.cmake
+++ b/cmake/GoogleTest.cmake
@@ -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}