From adb56b350c1a03cbb5ec1a42fc6eb9a270103804 Mon Sep 17 00:00:00 2001 From: Axel Isouard Date: Sun, 11 Dec 2016 09:23:21 +0100 Subject: [PATCH] Update libwebrtc-chromium-deps url and hash, set the hash in main file --- CMakeLists.txt | 4 ++-- Targets/WebRTC/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ffe64cf..a27cb4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,8 +65,8 @@ set(LIBWEBRTC_LIBRARY_NAME ${CMAKE_STATIC_LIBRARY_PREFIX}webrtc${CMAKE_STATIC_LI set(LIBWEBRTC_LIBRARY_PATH ${CMAKE_BINARY_DIR}/${LIBWEBRTC_INSTALL_LIB_DIR}/${LIBWEBRTC_LIBRARY_NAME}) set(LIBWEBRTC_BUILD_ROOT ${CMAKE_SOURCE_DIR}/src/out/Default) -set(LIBWEBRTC_CHROMIUM_DEPS https://github.com/aisouard/libwebrtc-chromium-deps/archive/5d383c86c0480f00044911df22984605ce069960.zip) - +set(LIBWEBRTC_CHROMIUM_DEPS https://github.com/aisouard/libwebrtc-chromium-deps/releases/download/v0.1-5e821a/libwebrtc-chromium-deps-5e821a778b85878bafcc8128f64333fd518c79a5.zip) +set(LIBWEBRTC_CHROMIUM_DEPS_HASH 47c50d293494fb9bc66289a386730b71) add_subdirectory(Targets) if (BUILD_SAMPLES) diff --git a/Targets/WebRTC/CMakeLists.txt b/Targets/WebRTC/CMakeLists.txt index cac32d6..86bbfb7 100644 --- a/Targets/WebRTC/CMakeLists.txt +++ b/Targets/WebRTC/CMakeLists.txt @@ -3,7 +3,7 @@ include(ExternalProject) ExternalProject_Add(chromium URL ${LIBWEBRTC_CHROMIUM_DEPS} - URL_HASH MD5=cf057cf1d0919940ad1e68a829a80f2d + URL_HASH MD5=${LIBWEBRTC_CHROMIUM_DEPS_HASH} SOURCE_DIR ${CMAKE_BINARY_DIR}/src/chromium/src CONFIGURE_COMMAND ""