diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-31 11:28:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-31 11:28:44 +0200 |
commit | 88d3b517c08e5a906a224b8b14730f8f80f9ae04 (patch) | |
tree | 524635acaec72b9cb9f940e89568955af0982437 /build | |
parent | 5b4ba1429f07dbfb82b829c92123417a02a4fce2 (diff) |
build2 build system fixes
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/root.build b/build/root.build index 174f292..fb0de84 100644 --- a/build/root.build +++ b/build/root.build @@ -2,8 +2,6 @@ # copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file -using cxx - cxx.std = 11 -tests/: install = false # Don't install tests. +using cxx |