diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-28 11:10:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-28 11:10:02 +0200 |
commit | e8a1456914deb51d47ec57d8989fed3ab8d34db4 (patch) | |
tree | bd8d35bbc1bb91e6f37f239153a2902e14d0dcfa | |
parent | ebdc589ed0902729c0764719fd62ff48ed14b218 (diff) |
Adjust to new build2 requirements
-rw-r--r-- | build/root.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/root.build b/build/root.build index eed5fe6..1b4982c 100644 --- a/build/root.build +++ b/build/root.build @@ -2,6 +2,8 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file +cxx.std = 14 + using cxx hxx{*}: extension = @@ -9,8 +11,6 @@ ixx{*}: extension = ixx txx{*}: extension = txx cxx{*}: extension = cxx -cxx.std = 11 - # All exe{} in tests/ are, well, tests. Don't install them. # tests/: test.exe = true # @@ BC |