update ArduinoJson

This commit is contained in:
technyon
2023-03-11 11:11:14 +01:00
parent d134dc9aab
commit 7576244142
368 changed files with 17459 additions and 11509 deletions

View File

@@ -2,7 +2,7 @@
# Copyright Benoit Blanchon 2014-2021
# MIT License
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED OFF)
add_library(catch
@@ -12,10 +12,10 @@ add_library(catch
target_include_directories(catch
PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}
)
if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
# prevent "xxx will change in GCC x.x" with arm-linux-gnueabihf-gcc
target_compile_options(catch PRIVATE -Wno-psabi)
if(MINGW)
# prevent "too many sections (32837)" with MinGW
target_compile_options(catch PRIVATE -Wa,-mbig-obj)
endif()

File diff suppressed because it is too large Load Diff