donate-cpu.py: Auto detect cppunit configuration after next release.

This commit is contained in:
orbitcowboy 2019-03-03 17:04:03 +01:00
parent 41db8afe87
commit d1b42434f3
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import platform
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
# changes)
CLIENT_VERSION = "1.1.11"
CLIENT_VERSION = "1.1.12"
def checkRequirements():
@ -235,6 +235,7 @@ def scanPackage(workPath, cppcheckPath, jobs, fast):
libraries = ' --library=posix --library=gnu'
libraryIncludes = {'boost': ['<boost/'],
'cppunit': ['<cppunit/'],
'googletest': ['<gtest/gtest.h>'],
'gtk': ['<gtk/gtk.h>', '<glib.h>', '<glib/'],
# 'libcerror': ['<libcerror.h>'], <- Enable after release of 1.88