fix: update catch.hpp link to fix broken link due to Catch2 repository branches evolution (#108)
This commit is contained in:
parent
6542b72a71
commit
9ab6ef877a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
# download catch
|
||||
if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/catch.hpp)
|
||||
file(DOWNLOAD https://raw.githubusercontent.com/catchorg/Catch2/master/single_include/catch2/catch.hpp
|
||||
file(DOWNLOAD https://raw.githubusercontent.com/catchorg/Catch2/v2.x/single_include/catch2/catch.hpp
|
||||
${CMAKE_CURRENT_BINARY_DIR}/catch.hpp)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue