We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac3024 commit 7e4b93bCopy full SHA for 7e4b93b
cmake/recipes/catch2.cmake
@@ -11,7 +11,7 @@ option(CATCH_INSTALL_DOCS "Install documentation alongside library" OFF)
11
option(CATCH_INSTALL_EXTRAS "Install extras alongside library" OFF)
12
13
include(CPM)
14
-CPMAddPackage("gh:catchorg/Catch2@3.8.1")
+CPMAddPackage("gh:catchorg/Catch2@3.0.1")
15
16
# Folder name for IDE
17
set_target_properties(Catch2 PROPERTIES FOLDER "ThirdParty/Catch2")
0 commit comments