mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-25 13:19:59 -04:00
Move to C++11.
Code and kiwix-lib are C++11. So compile using C++11.
This commit is contained in:
parent
4e3ff03059
commit
aef20d6c96
@ -1,6 +1,7 @@
|
||||
project('kiwix-tools', 'cpp',
|
||||
version : '0.2.0',
|
||||
license : 'GPL')
|
||||
license : 'GPL',
|
||||
default_options: ['c_std=c11', 'cpp_std=c++11'])
|
||||
|
||||
compiler = meson.get_compiler('cpp')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user