Fix catch2 download link

Fixes #61.
This commit is contained in:
Zhansong Li 2018-07-10 09:27:08 +10:00 committed by Jonathan Müller
commit 25afbdbe35

View file

@ -4,7 +4,7 @@
# download catch
if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/catch.hpp)
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
${CMAKE_CURRENT_BINARY_DIR}/catch.hpp)
endif()