mirror of
https://gitlab.com/samplehive/sample-hive.git
synced 2026-09-04 05:16:20 +02:00
Use C++14
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ project('SampleHive',
|
||||
license : 'GPL v3',
|
||||
meson_version: '>= 0.58.0',
|
||||
default_options : ['warning_level=1',
|
||||
'cpp_std=c++11'])
|
||||
'cpp_std=c++14'])
|
||||
|
||||
meson_src_root = meson.current_source_dir()
|
||||
meson_build_root = meson.current_build_dir()
|
||||
|
||||
Reference in New Issue
Block a user