We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7236c8 commit 6f791f8Copy full SHA for 6f791f8
1 file changed
CMakeLists.txt
@@ -46,7 +46,7 @@ target_sources(
46
47
if(PROJECT_IS_TOP_LEVEL AND ERRORS_ENABLE_TESTS)
48
# Import Catch2 as the main testing framework
49
- find_package(Catch2 3.8.0 REQUIRED)
+ find_package(Catch2 3.9.0 REQUIRED)
50
include(Catch)
51
52
# Append the main library properties instead of linking the library.
0 commit comments