mirror of
https://github.com/google/benchmark.git
synced 2025-01-28 04:40:17 +08:00
parent
9433793f3e
commit
ab74ae5e10
@ -29,6 +29,9 @@ set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
|
|||||||
|
|
||||||
include(${GOOGLETEST_PREFIX}/googletest-paths.cmake)
|
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
|
# Add googletest directly to our build. This defines
|
||||||
# the gtest and gtest_main targets.
|
# the gtest and gtest_main targets.
|
||||||
add_subdirectory(${GOOGLETEST_SOURCE_DIR}
|
add_subdirectory(${GOOGLETEST_SOURCE_DIR}
|
||||||
|
Loading…
Reference in New Issue
Block a user