diff options
Diffstat (limited to 'app/CMakeLists.txt')
-rw-r--r-- | app/CMakeLists.txt | 2 |
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 | ||
17 | ExternalProject_Add( lzo | 17 | ExternalProject_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 |