mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Make it compile on machines with glibc 2.34+.
See https://github.com/catchorg/Catch2/issues/2178
This commit is contained in:
parent
ef33531df4
commit
6a6ebc2cc9
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user