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 8620070..86866a0 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt | |||
@@ -35,7 +35,7 @@ ExternalProject_Add( libressl | |||
35 | 35 | ||
36 | ExternalProject_Add( tinc | 36 | ExternalProject_Add( tinc |
37 | DEPENDS lzo libressl | 37 | DEPENDS lzo libressl |
38 | URL http://files.pacien.net/tmp/tinc-1.1-acefa66.zip | 38 | URL http://files.pacien.net/tmp/tinc-1.1-7c22391.zip |
39 | CONFIGURE_COMMAND autoreconf -fsi <SOURCE_DIR> && | 39 | CONFIGURE_COMMAND autoreconf -fsi <SOURCE_DIR> && |
40 | <SOURCE_DIR>/configure ${xCONFIG} | 40 | <SOURCE_DIR>/configure ${xCONFIG} |
41 | --with-openssl=${CMAKE_CURRENT_BINARY_DIR}/usr/local | 41 | --with-openssl=${CMAKE_CURRENT_BINARY_DIR}/usr/local |