Fix support of long long in catch

This commit is contained in:
Benoit Blanchon
2021-12-31 17:49:22 +01:00
parent 4f786db82d
commit 78660c6e07

View File

@ -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