Skip to content

Commit a9c2bea

Browse files
Merge branch 'SRombauts:master' into master
2 parents 7f83007 + 0fef5b9 commit a9c2bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
project(
22
'SQLiteCpp', 'cpp',
33
# SQLiteCpp supports C++11
4-
# however newer versions of gtest requires C++14
5-
default_options: ['cpp_std=c++14', 'warning_level=3'],
4+
# however newer versions of gtest requires C++17
5+
default_options: ['cpp_std=c++17', 'warning_level=3'],
66
license: 'MIT',
77
version: '3.3.3',
88
)

0 commit comments

Comments
 (0)