[Buildroot] [git commit branch/next] package/gtest: drop unrecognized option

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Jul 31 22:02:50 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=b6b572eb4f35d5385a14760428cc13d9962825a7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

BUILD_GTEST has been dropped from gtest since version 1.8.1 and
https://github.com/google/googletest/commit/aff0379441a392d618ec87b6d55a29070e97eaf1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/gtest/gtest.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/gtest/gtest.mk b/package/gtest/gtest.mk
index 29c85e698f..474d127312 100644
--- a/package/gtest/gtest.mk
+++ b/package/gtest/gtest.mk
@@ -44,8 +44,6 @@ ifeq ($(BR2_STATIC_LIBS),)
 GTEST_CONF_OPTS += -DCMAKE_POSITION_INDEPENDENT_CODE=ON
 endif
 
-GTEST_CONF_OPTS += -DBUILD_GTEST=ON
-
 ifeq ($(BR2_PACKAGE_GTEST_GMOCK),y)
 GTEST_CONF_OPTS += -DBUILD_GMOCK=ON
 else


More information about the buildroot mailing list