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")
17
17
18
18
# Download module for CTest integration
19
19
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"
21
21
"${CATCH_MODULE_PATH} /Catch.cmake" )
22
22
endif ()
23
23
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"
25
25
"${CATCH_MODULE_PATH} /CatchAddTests.cmake" )
26
26
endif ()
27
27
You can’t perform that action at this time.
0 commit comments