diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-14 12:30:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-14 12:30:51 +0200 |
commit | 7927ccadf479157d7f75b9abc96a40292ca33f73 (patch) | |
tree | 5d00ca7fd9d51a9e51fbf35e4c217c85acce044b /tests/build/root.build | |
parent | 0c0c237ab3904cb82b85f96984ed81e8c726ebb0 (diff) |
Use default build2 extensions for C++ files
Diffstat (limited to 'tests/build/root.build')
-rw-r--r-- | tests/build/root.build | 3 |
1 files changed, 0 insertions, 3 deletions
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. |