Make it compile on machines with glibc 2.34+.

See https://github.com/catchorg/Catch2/issues/2178
This commit is contained in:
Erik Ogenvik 2022-05-31 21:33:48 +02:00
parent ef33531df4
commit 6a6ebc2cc9

View File

@ -28,7 +28,7 @@ include(Common/Core)
if (Catch_FIND_VERSION)
set(catch_version ${Catch_FIND_VERSION})
else()
set(catch_version 2.11.1)
set(catch_version 2.13.8)
endif()
set(catch_lib catch_lib_${catch_version})