gtest: remove obsolete GTEST_LANG_CXX11 compile definition setting

This commit is contained in:
Alexey Ochapov 2021-04-29 02:06:07 +03:00 committed by Victor Zverovich
parent 833377ff1e
commit 3d51ccdaae

View File

@ -17,8 +17,6 @@ else ()
target_compile_definitions(gtest PUBLIC GTEST_HAS_PTHREAD=0)
endif ()
target_compile_definitions(gtest PUBLIC GTEST_LANG_CXX11=1)
if (MSVC)
# Disable MSVC warnings of _CRT_INSECURE_DEPRECATE functions.
target_compile_definitions(gtest PRIVATE _CRT_SECURE_NO_WARNINGS)