We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524edb4 commit 25afbdbCopy full SHA for 25afbdb
test/CMakeLists.txt
@@ -4,7 +4,7 @@
4
5
# download catch
6
if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/catch.hpp)
7
- file(DOWNLOAD https://raw.githubusercontent.com/philsquared/Catch/master/single_include/catch.hpp
+ file(DOWNLOAD https://raw.githubusercontent.com/catchorg/Catch2/master/single_include/catch2/catch.hpp
8
${CMAKE_CURRENT_BINARY_DIR}/catch.hpp)
9
endif()
10
0 commit comments