diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-10-17 15:18:27 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-10-17 15:18:27 +0100 |
commit | f606e378aea0b55c789be136e47baa7375ad3eab (patch) | |
tree | 3f2b9f505e409cce210c8df8c7cbaea418d2830a | |
parent | Fix the messy include problem (diff) | |
download | slicer-f606e378aea0b55c789be136e47baa7375ad3eab.tar.bz2 slicer-f606e378aea0b55c789be136e47baa7375ad3eab.tar.xz slicer-f606e378aea0b55c789be136e47baa7375ad3eab.zip |
Exclude locally installed header
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 64e9bc7..206829a 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -62,6 +62,7 @@ project <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/types.h <toolset>tidy:<exclude>test/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/xml.h <toolset>tidy:<exclude>slicer/bin/common.h + <toolset>tidy:<exclude>slicer/bin/include/slicer/common.h <toolset>tidy:<exclude>xml/bin/tidy/debug/checker-none/cxxstd-20-iso/xmlExceptions.h <toolset>tidy:<exclude>db/bin/tidy/debug/checker-none/cxxstd-20-iso/sqlExceptions.h <toolset>tidy:<exclude>db/bin/tidy/debug/checker-none/cxxstd-20-iso/visibility-hidden/testModels.h |