mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
15 lines
424 B
Diff
15 lines
424 B
Diff
required for gtest
|
|
--
|
|
diff --git a/meson.build b/meson.build
|
|
index a8803ab..ad46488 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -1,7 +1,7 @@
|
|
project('zim-tools', ['c', 'cpp'],
|
|
version : '3.1.3',
|
|
license : 'GPLv3+',
|
|
- default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])
|
|
+ default_options : ['c_std=c11', 'cpp_std=c++14', 'werror=true'])
|
|
|
|
add_global_arguments(['-Werror', '-Wall'], language:'cpp')
|
|
|