donate-cpu.py: Auto detect cppunit configuration after next release.
This commit is contained in:
parent
d1b42434f3
commit
d4511d3a22
|
@ -235,7 +235,7 @@ def scanPackage(workPath, cppcheckPath, jobs, fast):
|
||||||
libraries = ' --library=posix --library=gnu'
|
libraries = ' --library=posix --library=gnu'
|
||||||
|
|
||||||
libraryIncludes = {'boost': ['<boost/'],
|
libraryIncludes = {'boost': ['<boost/'],
|
||||||
'cppunit': ['<cppunit/'],
|
# 'cppunit': ['<cppunit/'], <- Enable after release of 1.88
|
||||||
'googletest': ['<gtest/gtest.h>'],
|
'googletest': ['<gtest/gtest.h>'],
|
||||||
'gtk': ['<gtk/gtk.h>', '<glib.h>', '<glib/'],
|
'gtk': ['<gtk/gtk.h>', '<glib.h>', '<glib/'],
|
||||||
# 'libcerror': ['<libcerror.h>'], <- Enable after release of 1.88
|
# 'libcerror': ['<libcerror.h>'], <- Enable after release of 1.88
|
||||||
|
|
Loading…
Reference in New Issue