Skip to content

Commit 7e4b93b

Browse files
committed
Revert Catch2 version
1 parent 1ac3024 commit 7e4b93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/recipes/catch2.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ option(CATCH_INSTALL_DOCS "Install documentation alongside library" OFF)
1111
option(CATCH_INSTALL_EXTRAS "Install extras alongside library" OFF)
1212

1313
include(CPM)
14-
CPMAddPackage("gh:catchorg/Catch2@3.8.1")
14+
CPMAddPackage("gh:catchorg/Catch2@3.0.1")
1515

1616
# Folder name for IDE
1717
set_target_properties(Catch2 PROPERTIES FOLDER "ThirdParty/Catch2")

0 commit comments

Comments
 (0)