diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-03 11:46:44 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-03 11:46:44 +0100 |
commit | 796ffbaaafb1645e3f44c9f9d980bcb52d5b93c6 (patch) | |
tree | a7853b506d84e278166762c7b3c7352fb4657c54 | |
parent | Update deprecated libcurl usage (diff) | |
download | libadhocutil-796ffbaaafb1645e3f44c9f9d980bcb52d5b93c6.tar.bz2 libadhocutil-796ffbaaafb1645e3f44c9f9d980bcb52d5b93c6.tar.xz libadhocutil-796ffbaaafb1645e3f44c9f9d980bcb52d5b93c6.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 9da91b4..527677e 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -8,8 +8,7 @@ import pkg-config ; variant coverage : debug ; -project - : requirements +project libadhocutil : requirements <define>ICE_CPP11_MAPPING <cxxstd>20 <visibility>hidden |