aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMahatma2017-10-12 13:21:48 -0400
committerNotkea2017-10-14 13:05:14 +0200
commitfef9579fb3eab3a06fa55cd407e582549e511768 (patch)
tree85892ba332446dc518a58171f06d5803841343e4
parentcc2d7282d8b2de224333a357ed292b7c0f9b8b11 (diff)
downloadtincapp-fef9579fb3eab3a06fa55cd407e582549e511768.tar.gz
change lzo url from http to https
-rw-r--r--app/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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
15) 15)
16 16
17ExternalProject_Add( lzo 17ExternalProject_Add( lzo
18 URL http://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz 18 URL https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz
19 URL_HASH SHA1=4924676a9bae5db58ef129dc1cebce3baa3c4b5d 19 URL_HASH SHA1=4924676a9bae5db58ef129dc1cebce3baa3c4b5d
20 CONFIGURE_COMMAND <SOURCE_DIR>/configure ${xCONFIG} --disable-shared 20 CONFIGURE_COMMAND <SOURCE_DIR>/configure ${xCONFIG} --disable-shared
21 BUILD_COMMAND make -j8 21 BUILD_COMMAND make -j8