mirror of https://github.com/kiwix/libkiwix.git
Move to c++11.
Zimlib move to c++11 and so, we need a c++11 compiler.
This commit is contained in:
parent
5ca419bee7
commit
9abdc6ce02
|
@ -1,6 +1,7 @@
|
||||||
project('kiwixlib', 'cpp',
|
project('kiwixlib', 'cpp',
|
||||||
version : '0.1.0',
|
version : '0.1.0',
|
||||||
license : 'GPL')
|
license : 'GPL',
|
||||||
|
default_options : ['c_std=c11', 'cpp_std=c++11'])
|
||||||
|
|
||||||
compiler = meson.get_compiler('cpp')
|
compiler = meson.get_compiler('cpp')
|
||||||
find_library_in_compiler = meson.version().version_compare('>=0.31.0')
|
find_library_in_compiler = meson.version().version_compare('>=0.31.0')
|
||||||
|
|
Loading…
Reference in New Issue