From 8f2f614baaa54ba643d903d31fef73ffcc389fda Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 14 Aug 2016 12:31:34 +0200 Subject: Use default build2 extensions for C++ files --- build/root.build | 5 ----- tests/build/root.build | 3 --- 2 files changed, 8 deletions(-) diff --git a/build/root.build b/build/root.build index 44b2195..174f292 100644 --- a/build/root.build +++ b/build/root.build @@ -4,11 +4,6 @@ using cxx -hxx{*}: extension = hxx -ixx{*}: extension = ixx -txx{*}: extension = txx -cxx{*}: extension = cxx - cxx.std = 11 tests/: install = false # Don't install tests. diff --git a/tests/build/root.build b/tests/build/root.build index c731d60..9d11dd5 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -4,9 +4,6 @@ using cxx -hxx{*}: extension = hxx -cxx{*}: extension = cxx - cxx.std = 11 # Every exe{} in this subproject is by default a test. -- cgit v1.1