cppunit: disable doxygen (#24850)
This commit is contained in:
parent
326fe433b3
commit
7f24feb5a4
@ -26,3 +26,7 @@ def setup_build_environment(self, env):
|
||||
cxxstdflag = '' if cxxstd == 'default' else \
|
||||
getattr(self.compiler, 'cxx{0}_flag'.format(cxxstd))
|
||||
env.append_flags('CXXFLAGS', cxxstdflag)
|
||||
|
||||
def configure_args(self):
|
||||
args = ["--disable-doxygen"]
|
||||
return args
|
||||
|
Loading…
Reference in New Issue
Block a user