From 746207b00bb131073e4fd7aa6748137f9b173da0 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Fri, 26 Jan 2024 08:50:02 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!328=20:?= =?UTF-8?q?=20testfwk=5Fdeveloper=5Ftest=E4=BB=93=20googletest=5F1.13.0=20?= =?UTF-8?q?=E5=8D=87=E7=BA=A7'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- third_party/lib/cpp/BUILD.gn | 4 ---- 1 file changed, 4 deletions(-) diff --git a/third_party/lib/cpp/BUILD.gn b/third_party/lib/cpp/BUILD.gn index 14945d4..8c879ea 100755 --- a/third_party/lib/cpp/BUILD.gn +++ b/third_party/lib/cpp/BUILD.gn @@ -18,9 +18,6 @@ config("gtest_private_config") { config("gtest_config") { include_dirs = [ "//third_party/googletest/googletest/include" ] - cflags = [ "-std=c++17" ] - cflags_objcc = [ "-std=c++17" ] - cflags_cc = [ "-std=c++17" ] } static_library("gtest") { @@ -56,7 +53,6 @@ static_library("gtest") { "//third_party/googletest/googletest/include/gtest/internal/gtest-string.h", "//third_party/googletest/googletest/include/gtest/internal/gtest-tuple.h", "//third_party/googletest/googletest/include/gtest/internal/gtest-type-util.h", - "//third_party/googletest/googletest/src/gtest-assertion-result.cc", "//third_party/googletest/googletest/src/gtest-death-test.cc", "//third_party/googletest/googletest/src/gtest-filepath.cc", "//third_party/googletest/googletest/src/gtest-internal-inl.h", -- Gitee