Commit 2899faf79e47a3e996641d79b4962a1b7ab17ac8
1 parent
081174b9
dlib: Use Github link instead of Sourceforge
@jklontz the Sourceforge link has been broken the past day or so due to them being in "Disaster Recovery mode, and currently required the use of javascript to function" (the contents of dlib-18.16.tar.bz2 when dowloaded with curl right now).
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/cmake/dlib.cmake
| ... | ... | @@ -2,7 +2,7 @@ set(BR_WITH_DLIB ON CACHE BOOL "Build with DLib") |
| 2 | 2 | |
| 3 | 3 | if(${BR_WITH_DLIB}) |
| 4 | 4 | ExternalProject_Add(dlib |
| 5 | - URL http://downloads.sourceforge.net/project/dclib/dlib/v18.16/dlib-18.16.tar.bz2 | |
| 5 | + URL https://github.com/davisking/dlib/releases/download/v18.16/dlib-18.16.tar.bz2 | |
| 6 | 6 | URL_MD5 e9e5449bc25370afce2d254327afac99 |
| 7 | 7 | SOURCE_DIR "${CMAKE_SOURCE_DIR}/3rdparty/dlib-18.16" |
| 8 | 8 | CONFIGURE_COMMAND "" | ... | ... |