~singpolyma/biboumi

14930284a71772a5a31c263b6f4bbdac1a036876 — louiz’ 7 years ago 55d1d81
Fetch Catch from our own clone, instead of the github one.

Avoids:

- Relying on github’s services
- Fetching a new (malicious) version, automatically, without any “check”
1 files changed, 1 insertions(+), 1 deletions(-)

M CMakeLists.txt
M CMakeLists.txt => CMakeLists.txt +1 -1
@@ 179,7 179,7 @@ endif()

include(ExternalProject)
ExternalProject_Add(catch
  GIT_REPOSITORY "https://github.com/philsquared/Catch.git"
  GIT_REPOSITORY "https://lab.louiz.org/louiz/Catch.git"
  PREFIX "external"
  UPDATE_COMMAND ""
  CONFIGURE_COMMAND ""