From 1641dea5bc7cfd5c2f8d1a38dcdc07d3829a85eb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 May 2022 12:36:59 -0400 Subject: Build Qt and Gtkmm versions as C++14 --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index 436f8a6..004f789 100644 --- a/wscript +++ b/wscript @@ -38,6 +38,7 @@ def configure(conf): conf.load('compiler_cxx', cache=True) conf.load('autowaf', cache=True) autowaf.set_c_lang(conf, 'c99') + autowaf.set_cxx_lang(conf, 'c++14') if Options.options.strict: # Check for programs used by lint target -- cgit v1.2.1