src.opts.mk: GOOGLETEST requires CXX

Reported by:	Build Options Survey run by Michael Dexter
This commit is contained in:
Ed Maste 2020-01-03 18:11:55 +00:00
parent 31069f383a
commit 9ed13baa5e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356322

View File

@ -476,6 +476,7 @@ MK_KERBEROS:= no
.if ${MK_CXX} == "no"
MK_CLANG:= no
MK_GNUCXX:= no
MK_GOOGLETEST:= no
MK_TESTS:= no
.endif