mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-10 12:46:12 -04:00
fix compilation with newer gtest
C++17 now.
This commit is contained in:
parent
1df768817e
commit
da222465cc
@ -1,8 +1,8 @@
|
|||||||
project(
|
project(
|
||||||
'SQLiteCpp', 'cpp',
|
'SQLiteCpp', 'cpp',
|
||||||
# SQLiteCpp supports C++11
|
# SQLiteCpp supports C++11
|
||||||
# however newer versions of gtest requires C++14
|
# however newer versions of gtest requires C++17
|
||||||
default_options: ['cpp_std=c++14', 'warning_level=3'],
|
default_options: ['cpp_std=c++17', 'warning_level=3'],
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
version: '3.3.3',
|
version: '3.3.3',
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user