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 | c711529fc2e807051af031ae7a26d3c293ff8ca7 (patch) | |
tree | 5e38436ad648e88e1fcffc9dcfa000c822b98b33 /build | |
parent | 16f4f7ccd69c949e7fb99f9b93a8d4d7d6b4215f (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 |