mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 18:57:32 +02:00
Fix support of long long in catch
This commit is contained in:
@ -2,6 +2,9 @@
|
|||||||
# Copyright Benoit Blanchon 2014-2021
|
# Copyright Benoit Blanchon 2014-2021
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
|
set(CMAKE_CXX_STANDARD 11)
|
||||||
|
set(CMAKE_CXX_STANDARD_REQUIRED OFF)
|
||||||
|
|
||||||
add_library(catch
|
add_library(catch
|
||||||
catch.hpp
|
catch.hpp
|
||||||
catch.cpp
|
catch.cpp
|
||||||
|
Reference in New Issue
Block a user