Skip to content

Commit 4afe644

Browse files
authored
Merge pull request #461 from gummif/gfa/catch-fix
Problem: Changes in Catch2 causes errors
2 parents 03243ad + 0f9e4c1 commit 4afe644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cmake/catch.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ set(CATCH_MODULE_PATH ${DOWNLOAD_DIR} CACHE INTERNAL "Path to include catch")
1717

1818
# Download module for CTest integration
1919
if(NOT EXISTS "${CATCH_MODULE_PATH}/Catch.cmake")
20-
file(DOWNLOAD "https://raw.githubusercontent.com/catchorg/Catch2/master/contrib/Catch.cmake"
20+
file(DOWNLOAD "https://raw.githubusercontent.com/catchorg/Catch2/90e2549cecc2e886d563b7a88e752c9b4104f798/contrib/Catch.cmake"
2121
"${CATCH_MODULE_PATH}/Catch.cmake")
2222
endif()
2323
if(NOT EXISTS "${CATCH_MODULE_PATH}/CatchAddTests.cmake")
24-
file(DOWNLOAD "https://raw.githubusercontent.com/catchorg/Catch2/master/contrib/CatchAddTests.cmake"
24+
file(DOWNLOAD "https://raw.githubusercontent.com/catchorg/Catch2/90e2549cecc2e886d563b7a88e752c9b4104f798/contrib/CatchAddTests.cmake"
2525
"${CATCH_MODULE_PATH}/CatchAddTests.cmake")
2626
endif()
2727

0 commit comments

Comments
 (0)