mirror of
https://github.com/nlohmann/json.git
synced 2024-12-12 20:19:09 +08:00
meson: set the C++ standard to C++11
Matching the CMake as closely as possible, as Meson doesn't have C++11 feature checks like CMAke does.
This commit is contained in:
parent
3aa3082df5
commit
a29af9c381
@ -3,6 +3,7 @@ project('nlohmann_json',
|
|||||||
version : '3.11.3',
|
version : '3.11.3',
|
||||||
license : 'MIT',
|
license : 'MIT',
|
||||||
meson_version : '>= 0.64',
|
meson_version : '>= 0.64',
|
||||||
|
default_options: ['cpp_std=c++11'],
|
||||||
)
|
)
|
||||||
|
|
||||||
nlohmann_json_dep = declare_dependency(
|
nlohmann_json_dep = declare_dependency(
|
||||||
|
Loading…
Reference in New Issue
Block a user