summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-02-16 14:21:28 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-02-16 14:21:28 +0000
commit463dd49304a47b835d1818d7489fe7ba373890ac (patch)
tree6375ec8634cebb237ade975eb802b4221f569afd /Jamroot.jam
parentMore clang tidy fixes (diff)
downloadlibdbpp-463dd49304a47b835d1818d7489fe7ba373890ac.tar.bz2
libdbpp-463dd49304a47b835d1818d7489fe7ba373890ac.tar.xz
libdbpp-463dd49304a47b835d1818d7489fe7ba373890ac.zip
Modernize clang tidy fixes
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index c9d6c33..6857f8a 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -19,6 +19,7 @@ project
<toolset>tidy:<checkxx>bugprone-*
<toolset>tidy:<checkxx>clang-*
<toolset>tidy:<checkxx>misc-*
+ <toolset>tidy:<checkxx>modernize-*
;
build-project libdbpp ;