diff options
-rw-r--r-- | slicer/slicer/Jamfile.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slicer/slicer/Jamfile.jam b/slicer/slicer/Jamfile.jam index 083ebff..aa593e3 100644 --- a/slicer/slicer/Jamfile.jam +++ b/slicer/slicer/Jamfile.jam @@ -10,7 +10,7 @@ h common : common.ice ; lib slicer : [ glob *.cpp : *-test.cpp ] - [ obj c : common : <implicit-dependency>common ] + [ obj c : common : <implicit-dependency>common <toolset>tidy:<checker>none ] : <library>..//Ice <library>..//adhocutil |