From 8babb624b17820429dd5c3a16f3504ad5e44bf0e Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Fri, 26 Jan 2024 08:49:23 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!430=20:?= =?UTF-8?q?=20tools=E4=BB=93-googletest=5F1.13.0'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lite/hcpptest/BUILD.gn | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lite/hcpptest/BUILD.gn b/lite/hcpptest/BUILD.gn index 7971ab3..866c9cc 100644 --- a/lite/hcpptest/BUILD.gn +++ b/lite/hcpptest/BUILD.gn @@ -15,14 +15,10 @@ config("hcpptest_private_config") { visibility = [ ":*" ] include_dirs = [ "//third_party/googletest/googletest" ] ldflags = [ "-lstdc++" ] - cflags_cc = [ "-std=c++17" ] - cflags = [ "-std=c++17" ] } config("hcpptest_config") { include_dirs = [ "//third_party/googletest/googletest/include" ] - cflags_cc = [ "-std=c++17" ] - cflags = [ "-std=c++17" ] ldflags = [ "-lstdc++", "-Wl,-rpath=./lib", @@ -62,7 +58,6 @@ static_library("hcpptest") { "//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",