diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-05-03 00:52:06 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-05-03 00:52:06 +0100 |
commit | af0e54a40df501bf77040e819b46ebfce62e8611 (patch) | |
tree | cb55606eea9abc465b1870380da88b1fcadb8ac0 | |
parent | Don't specify a toolset (diff) | |
download | icespider-af0e54a40df501bf77040e819b46ebfce62e8611.tar.bz2 icespider-af0e54a40df501bf77040e819b46ebfce62e8611.tar.xz icespider-af0e54a40df501bf77040e819b46ebfce62e8611.zip |
Set a project name
-rw-r--r-- | Jamroot.jam | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index fdc0e38..84c2b18 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -7,8 +7,7 @@ import pkg-config ; variant coverage : debug ; -project - : requirements +project icespider : requirements <define>ICE_CPP11_MAPPING <cxxstd>20 <visibility>hidden |