Remove gcc 4.4 workaround

This commit is contained in:
Victor Zverovich
2020-03-07 14:50:52 -08:00
parent 48e8d0ebef
commit b1adaa9881
2 changed files with 1 additions and 14 deletions
+1 -3
View File
@@ -17,9 +17,7 @@ else ()
target_compile_definitions(gmock PUBLIC GTEST_HAS_PTHREAD=0)
endif ()
if (NOT SUPPORTS_VARIADIC_TEMPLATES)
target_compile_definitions(gmock PUBLIC GTEST_LANG_CXX11=0)
endif ()
target_compile_definitions(gmock PUBLIC GTEST_LANG_CXX11=0)
if (MSVC)
# Workaround a bug in implementation of variadic templates in MSVC11.