Skip to content

Commit 5b5e727

Browse files
committed
Perhaps Catch2 3.4 is good enough?
1 parent 9d1eb5c commit 5b5e727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CPMFindPackage(
22
NAME Catch2 3
33
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
4-
GIT_TAG v3.7.1
4+
GIT_TAG v3.4.0
55
EXCLUDE_FROM_ALL YES)
66

77
add_executable(unit-test-dssp ${CMAKE_CURRENT_SOURCE_DIR}/unit-test-dssp.cpp ${PROJECT_SOURCE_DIR}/libdssp/src/dssp-io.cpp)

0 commit comments

Comments
 (0)