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