diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-04-17 22:31:10 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-04-17 22:31:10 +0100 |
commit | ff6c433341ad4bf63413938dd462c6bd7071032a (patch) | |
tree | 392d77d744f2f629ade17a2a2e36c9c3d6c75d78 /mythfs/unittests/Jamfile.jam | |
parent | ICE Local (diff) | |
download | mythfs-ff6c433341ad4bf63413938dd462c6bd7071032a.tar.bz2 mythfs-ff6c433341ad4bf63413938dd462c6bd7071032a.tar.xz mythfs-ff6c433341ad4bf63413938dd462c6bd7071032a.zip |
C++17 and Ice 3.7mythfs-0.3
Update everything to Ice 3.7 and C++17 in keeping with other libs/services
Diffstat (limited to 'mythfs/unittests/Jamfile.jam')
-rw-r--r-- | mythfs/unittests/Jamfile.jam | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mythfs/unittests/Jamfile.jam b/mythfs/unittests/Jamfile.jam index a76d1ec..033e2f8 100644 --- a/mythfs/unittests/Jamfile.jam +++ b/mythfs/unittests/Jamfile.jam @@ -21,23 +21,21 @@ lib testCommon : <library>..//boost_system <library>..//boost_filesystem <library>..//netfs-api - <library>..//IceUtil <library>..//Ice <library>..//IceBox <library>..//pthread <library>dryice - <library>../service//mythfs - <implicit-dependency>../service//mythfs + <library>../service//mythfs++11 + <implicit-dependency>../service//mythfs++11 : : <library>dryice <library>..//dbppcore <library>..//adhocutil - <library>..//IceUtil <library>..//Ice <library>..//IceBox <library>..//pthread - <library>../service//mythfs - <implicit-dependency>../service//mythfs + <library>../service//mythfs++11 + <implicit-dependency>../service//mythfs++11 ; run |