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
Describe the bug
Not really a bug but an improvement: upgrade catch2 depdency to look for 3.2.0 latest stable.
To Reproduce
cmake add_subdirectory and get warning that catch2 version 2.10 is needed when recently running brew install catch2 which will install 3.2.0 stable.
Expected behavior
get no error/warning.
Build:
compiler: Apple clang version 14.0.0 (clang-1400.0.29.202)
Link type: static
Any specific flags: no
Additional context
find_package(Catch2 3.2.0 REQUIRED) in CmakeLists.txt should do it.
The text was updated successfully, but these errors were encountered:
Describe the bug
Not really a bug but an improvement: upgrade catch2 depdency to look for 3.2.0 latest stable.
To Reproduce
cmake add_subdirectory and get warning that catch2 version 2.10 is needed when recently running brew install catch2 which will install 3.2.0 stable.
Expected behavior
get no error/warning.
Build:
Additional context
find_package(Catch2 3.2.0 REQUIRED) in CmakeLists.txt should do it.
The text was updated successfully, but these errors were encountered: