You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions from the readme but the make step produced an error for me.
I found a github issue containing the same error message I saw: catchorg/Catch2#2421
bumping Catch2 by one minor version fixed the issue for me:
@@ -29,7 +29,7 @@ set(CPM_DOWNLOAD_LOCATION "cmake/CPM.cmake")
include(${CPM_DOWNLOAD_LOCATION})
# Specify dependencies
-CPMAddPackage("gh:catchorg/Catch2@2.13.4")
+CPMAddPackage("gh:catchorg/Catch2@2.13.5")
# Including packages for safe_numerics
CPMAddPackage(NAME safe_numerics
also thank you for making this :)
The text was updated successfully, but these errors were encountered:
Thomashrb
changed the title
catch versions 2.13.4 building with glibc v2.35 causes a compiler error
catch version 2.13.4 building with glibc v2.35 causes a compiler error?
Nov 23, 2022
I followed the instructions from the readme but the
make
step produced an error for me.I found a github issue containing the same error message I saw:
catchorg/Catch2#2421
bumping Catch2 by one minor version fixed the issue for me:
also thank you for making this :)
The text was updated successfully, but these errors were encountered: