summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-01-16 21:22:51 +0100
committerDavid Robillard <d@drobilla.net>2018-01-16 21:25:35 +0100
commitdb0a579a7fe689388c84e8c4ea05660bc502411a (patch)
tree79cf46c6a9f819a9d561dd2565825c0ca9749d9c
parent6e1bfae10aaca1a2e4cd5b2716ad85973e6cae08 (diff)
downloadingen-db0a579a7fe689388c84e8c4ea05660bc502411a.tar.gz
ingen-db0a579a7fe689388c84e8c4ea05660bc502411a.tar.bz2
ingen-db0a579a7fe689388c84e8c4ea05660bc502411a.zip
Explicitly set language version
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index c948f2d5..aa6cd7e6 100644
--- a/wscript
+++ b/wscript
@@ -58,6 +58,7 @@ def configure(conf):
conf.load('python', cache=True)
conf.load('autowaf', cache=True)
+ autowaf.set_cxx_lang(conf, 'c++11')
conf.check_cxx(header_name='boost/format.hpp')
conf.check_cxx(header_name='boost/intrusive/slist.hpp')