diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-07-01 20:52:12 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-07-01 20:52:12 +0100 |
commit | e63e7fbe98ed22725d9c457029d973f2e81cddf6 (patch) | |
tree | 6e54510b8f662ecfa4f701bfa7b681ae10baa2ce | |
parent | Enable all cppcheck checks and fixup config (diff) | |
download | netfs-e63e7fbe98ed22725d9c457029d973f2e81cddf6.tar.bz2 netfs-e63e7fbe98ed22725d9c457029d973f2e81cddf6.tar.xz netfs-e63e7fbe98ed22725d9c457029d973f2e81cddf6.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 5ce3b95..9fe7068 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -8,8 +8,7 @@ import pkg-config ; variant coverage : debug ; -project - : requirements +project netfs : requirements <define>ICE_CPP11_MAPPING <cxxstd>20 <visibility>hidden |