gnuradio3_9: try to fix build by disabling doxygen

Encounteres an error gnuradio3_8 also experiences when volkExternal ==
volk (3.1.2).
This commit is contained in:
Doron Behar
2024-07-31 12:21:32 +03:00
parent 61a18c5508
commit d15b7226b3
-5
View File
@@ -11,7 +11,6 @@
, boost
, log4cpp
, mpir
, doxygen
, python
, codec2
, gsm
@@ -70,10 +69,6 @@ let
six
];
};
doxygen = {
native = [ doxygen ];
cmakeEnableFlag = "DOXYGEN";
};
man-pages = {
cmakeEnableFlag = "MANPAGES";
};