From 14930284a71772a5a31c263b6f4bbdac1a036876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Thu, 24 Mar 2016 10:06:02 +0100 Subject: Fetch Catch from our own clone, instead of the github one. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoids: - Relying on github’s services - Fetching a new (malicious) version, automatically, without any “check” --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f1bdd8..8bfc2e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "" -- cgit v1.2.3