mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
src.opts.mk: GOOGLETEST requires CXX
Reported by: Build Options Survey run by Michael Dexter
This commit is contained in:
parent
31069f383a
commit
9ed13baa5e
1 changed files with 1 additions and 0 deletions
|
|
@ -476,6 +476,7 @@ MK_KERBEROS:= no
|
|||
.if ${MK_CXX} == "no"
|
||||
MK_CLANG:= no
|
||||
MK_GNUCXX:= no
|
||||
MK_GOOGLETEST:= no
|
||||
MK_TESTS:= no
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue