Update Catch library to 2.13.10 (#1820)

This commit is contained in:
Benoit Blanchon
2023-02-09 18:56:14 +01:00
parent 94b2b3f9ce
commit 007b4f3362
13 changed files with 15894 additions and 9740 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
@ -15,7 +15,7 @@ target_include_directories(catch
${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