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