mirror of https://github.com/kiwix/libkiwix.git
Move to c++17.
All our compilers should handle c++17. Let's move on.
This commit is contained in:
parent
bde737f63b
commit
c38ab3e5d7
|
@ -1,7 +1,7 @@
|
||||||
project('libkiwix', 'cpp',
|
project('libkiwix', 'cpp',
|
||||||
version : '12.1.0',
|
version : '12.1.0',
|
||||||
license : 'GPLv3+',
|
license : 'GPLv3+',
|
||||||
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
default_options : ['c_std=c11', 'cpp_std=c++17', 'werror=true'])
|
||||||
|
|
||||||
compiler = meson.get_compiler('cpp')
|
compiler = meson.get_compiler('cpp')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue