projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be38432
)
package/gtest: drop unrecognized option
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Sat, 31 Jul 2021 20:11:37 +0000
(22:11 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Sat, 31 Jul 2021 22:02:50 +0000
(
00:02
+0200)
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@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gtest/gtest.mk
patch
|
blob
|
history
diff --git
a/package/gtest/gtest.mk
b/package/gtest/gtest.mk
index 29c85e698fbb307ce84df1b460fc40f4e84bfe30..474d1273125ea81463d0c0a175ba54669be92439 100644
(file)
--- 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