From 750162acb3d0352ee09f911f1e31080971f83ba2 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Fri, 25 Sep 2015 16:50:50 +0300 Subject: [PATCH] move IPPICV binaries to GitHub opencv_3rdparty repository --- 3rdparty/ippicv/downloader.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/3rdparty/ippicv/downloader.cmake b/3rdparty/ippicv/downloader.cmake index debb607..0a3a411 100644 --- a/3rdparty/ippicv/downloader.cmake +++ b/3rdparty/ippicv/downloader.cmake @@ -6,6 +6,8 @@ # function(_icv_downloader) + # Commit SHA in the opencv_3rdparty repo + set(IPPICV_BINARIES_COMMIT "3d41df448b589aa076d9d27ace344d3ef709e4b9") # Define actual ICV versions if(APPLE) set(OPENCV_ICV_PACKAGE_NAME "ippicv_macosx_20141027.tgz") @@ -62,7 +64,7 @@ function(_icv_downloader) if(DEFINED ENV{OPENCV_ICV_URL}) set(OPENCV_ICV_URL $ENV{OPENCV_ICV_URL}) else() - set(OPENCV_ICV_URL "http://sourceforge.net/projects/opencvlibrary/files/3rdparty/ippicv") + set(OPENCV_ICV_URL "https://raw.githubusercontent.com/Itseez/opencv_3rdparty/${IPPICV_BINARIES_COMMIT}/ippicv") endif() endif() -- 2.7.4