From fef9579fb3eab3a06fa55cd407e582549e511768 Mon Sep 17 00:00:00 2001 From: Mahatma Date: Thu, 12 Oct 2017 13:21:48 -0400 Subject: change lzo url from http to https --- app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index a876e31..947a62d 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -15,7 +15,7 @@ set(xCONFIG ) ExternalProject_Add( lzo - URL http://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz + URL https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz URL_HASH SHA1=4924676a9bae5db58ef129dc1cebce3baa3c4b5d CONFIGURE_COMMAND /configure ${xCONFIG} --disable-shared BUILD_COMMAND make -j8 -- cgit v1.2.3