mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
CMake: Set the Chromium md5 hash properly
This commit is contained in:
parent
0475eca88d
commit
fa11b58067
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ set(ENV{DEPOT_TOOLS_WIN_TOOLCHAIN} "0")
|
|||
|
||||
ExternalProject_Add(chromium
|
||||
URL ${LIBWEBRTC_CHROMIUM_DEPS}
|
||||
URL_HASH MD5=0ad83a7a7ba20ef4af548578cbc893b7
|
||||
URL_HASH MD5=d6aad8c950e1a99caaf27513fa147cac
|
||||
SOURCE_DIR ${CMAKE_BINARY_DIR}/src/chromium/src
|
||||
|
||||
CONFIGURE_COMMAND ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue