diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-10-11 22:36:40 +0100 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-10-12 10:46:51 +0100 |
| commit | 42358ead2cefaa16e2ab8e6193e933edec601356 (patch) | |
| tree | 8e49476aa950b8148c018f33cf1c6ba5dee3f7e7 /slicer | |
| parent | Swap AdHoc::Buffer for CTF in db lib (diff) | |
| download | slicer-42358ead2cefaa16e2ab8e6193e933edec601356.tar.bz2 slicer-42358ead2cefaa16e2ab8e6193e933edec601356.tar.xz slicer-42358ead2cefaa16e2ab8e6193e933edec601356.zip | |
Modernize build
Diffstat (limited to 'slicer')
| -rw-r--r-- | slicer/tool/slice/Jamroot.jam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/slicer/tool/slice/Jamroot.jam b/slicer/tool/slice/Jamroot.jam index e838023..fbfd43c 100644 --- a/slicer/tool/slice/Jamroot.jam +++ b/slicer/tool/slice/Jamroot.jam @@ -2,6 +2,8 @@ path-constant ice : ../../../ice ; project ice : requirements + <cxxstd>11 + <warnings>off <include>$(ice)/cpp/src <toolset>tidy:<checker>none ; |
