mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/gtest: drop unrecognized option
BUILD_GTEST has been dropped from gtest since version 1.8.1 and
aff0379441
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
be38432532
commit
b6b572eb4f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user