From 914ef47b5c35b3d2f6903556cea84796325a273d Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 17 Oct 2021 15:43:06 +0100 Subject: Exclude common.o from checks --- slicer/slicer/Jamfile.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : common ] + [ obj c : common : common tidy:none ] : ..//Ice ..//adhocutil -- cgit v1.2.3