Skip to content

Commit 25afbdb

Browse files
Zhansong Lifoonathan
Zhansong Li
authored andcommitted
Fix catch2 download link
Fixes standardese#61.
1 parent 524edb4 commit 25afbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# download catch
66
if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/catch.hpp)
7-
file(DOWNLOAD https://raw.githubusercontent.com/philsquared/Catch/master/single_include/catch.hpp
7+
file(DOWNLOAD https://raw.githubusercontent.com/catchorg/Catch2/master/single_include/catch2/catch.hpp
88
${CMAKE_CURRENT_BINARY_DIR}/catch.hpp)
99
endif()
1010

0 commit comments

Comments
 (0)