From 6d44f821b4cf50c15b8bcd555005023a8a6a80ec Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2016 16:50:01 +0200 Subject: Build infrastructure update --- tests/build/root.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/build/root.build') diff --git a/tests/build/root.build b/tests/build/root.build index 4bf103e..1f7c350 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,10 +1,10 @@ +cxx.std = 11 + using cxx hxx{*}: extension = cxx{*}: extension = cxx -cxx.std = 11 - # Every exe{} in this subproject is by default a test. # exe{*}: test = true -- cgit v1.1