File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
1919if (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" )
2222endif ()
2323if (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" )
2626endif ()
2727
You can’t perform that action at this time.
0 commit comments