From a4b29effed15b0a3e9309a4633a3ada37f3081e6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 28 Aug 2016 11:09:34 +0200 Subject: Adjust to new build2 requirements --- build/root.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/root.build b/build/root.build index 68d9b87..aa003a3 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,7 +11,6 @@ ixx{*}: extension = ixx txx{*}: extension = txx cxx{*}: extension = cxx -cxx.std = 11 cxx.poptions =+ -I$out_root -I$src_root # Don't install tests. -- cgit v1.1