diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-07 19:46:14 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-07 19:57:17 +0100 |
commit | 931a9c049bccb7ec8b21dbb48e74a3f929714705 (patch) | |
tree | 9b58df72ea306a149a69fad9993d1391c88e35a1 | |
parent | Remove included header, fixes build with Boost 1.82 (diff) | |
download | icetray-931a9c049bccb7ec8b21dbb48e74a3f929714705.tar.bz2 icetray-931a9c049bccb7ec8b21dbb48e74a3f929714705.tar.xz icetray-931a9c049bccb7ec8b21dbb48e74a3f929714705.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 40a65b5..7ae8fd5 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -8,8 +8,7 @@ import pkg-config ; variant coverage : debug ; -project - : requirements +project icetray-root : requirements <define>ICE_CPP11_MAPPING <cxxstd>20 <visibility>hidden |