mirror of https://github.com/google/benchmark.git
so much for googletest not failing any more
This commit is contained in:
parent
d0db4e01c1
commit
07f833d6b2
|
@ -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)
|
||||||
|
|
||||||
|
# googletest doesn't seem to want to stay build warning clean so let's not hurt ourselves.
|
||||||
|
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