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 | |
parent | 0c0c237ab3904cb82b85f96984ed81e8c726ebb0 (diff) |
Use default build2 extensions for C++ files
-rw-r--r-- | build/root.build | 5 | ||||
-rw-r--r-- | tests/build/root.build | 3 |
2 files changed, 0 insertions, 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. |