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 9d1eb5c commit 5b5e727Copy full SHA for 5b5e727
test/CMakeLists.txt
@@ -1,7 +1,7 @@
1
CPMFindPackage(
2
NAME Catch2 3
3
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
4
- GIT_TAG v3.7.1
+ GIT_TAG v3.4.0
5
EXCLUDE_FROM_ALL YES)
6
7
add_executable(unit-test-dssp ${CMAKE_CURRENT_SOURCE_DIR}/unit-test-dssp.cpp ${PROJECT_SOURCE_DIR}/libdssp/src/dssp-io.cpp)
0 commit comments