Skip to content

Commit

Permalink
gtest: remove obsolete GTEST_LANG_CXX11 compile definition setting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexezeder committed Apr 28, 2021
1 parent 9fbb1e8 commit f362d13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/gtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f362d13

Please sign in to comment.