diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-11-28 11:03:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-11-28 11:03:04 +0200 |
commit | 9190569b69e34468841b18b33c98f78e66a3d26e (patch) | |
tree | 927fc02afec55b8b6d3b31f4b0abc527cdfc22f3 /build/root.build | |
parent | b71fa164192f1af8b702e1578cf202b510a9b281 (diff) |
Add config.hxx.in config header, move stage status there
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build index f6be793..24741ec 100644 --- a/build/root.build +++ b/build/root.build @@ -2,6 +2,8 @@ # copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file +using in + cxx.std = latest using cxx |