Skip to content

Commit 01c434f

Browse files
committed
donate_cpu: Auto detect ntl-library
1 parent 018d033 commit 01c434f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/donate_cpu_lib.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
1616
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
1717
# changes)
18-
CLIENT_VERSION = "1.3.6"
18+
CLIENT_VERSION = "1.3.7"
1919

2020
# Timeout for analysis with Cppcheck in seconds
2121
CPPCHECK_TIMEOUT = 60 * 60
@@ -475,6 +475,7 @@ def get_libraries():
475475
'microsoft_sal': ['<sal.h>'],
476476
'motif': ['<X11/', '<Xm/'],
477477
'nspr': ['<prtypes.h>', '"prtypes.h"'],
478+
'ntl': ['<ntl/', '"ntl/'],
478479
'opencv2': ['<opencv2/', '"opencv2/'],
479480
'opengl': ['<GL/gl.h>', '<GL/glu.h>', '<GL/glut.h>'],
480481
'openmp': ['<omp.h>'],

0 commit comments

Comments
 (0)