diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-07-01 20:12:59 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-07-01 20:12:59 +0100 |
commit | 798c41750e49cb81faf0b98e26c99df0548f3c68 (patch) | |
tree | 7378f4dea933baa91f8b941b06b986caaac03439 | |
parent | Merge branch 'dict-name-fix' (diff) | |
download | slicer-798c41750e49cb81faf0b98e26c99df0548f3c68.tar.bz2 slicer-798c41750e49cb81faf0b98e26c99df0548f3c68.tar.xz slicer-798c41750e49cb81faf0b98e26c99df0548f3c68.zip |
Assign an id to the root project
-rw-r--r-- | Jamroot.jam | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 0466993..e9280eb 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -8,8 +8,7 @@ import pkg-config ; variant coverage : debug ; -project - : requirements +project slicer : requirements <define>ICE_CPP11_MAPPING <cxxstd>20 <visibility>hidden |