Skip to content
Snippets Groups Projects
Commit 38823ad0 authored by Roxie Linden's avatar Roxie Linden
Browse files

Try reordering URL_HASH

parent 49d55fb1
No related branches found
No related tags found
No related merge requests found
......@@ -7,29 +7,29 @@ if (WINDOWS)
FetchContent_Declare(
webrtc
URL https://webrtc-build-releases.s3.us-west-2.amazonaws.com/webrtc.windows_x86.tar.bz2
URL_HASH "MD5=0d55e58efceed3fb48085a5f0c58881c"
FIND_PACKAGE_ARGS NAMES webrtc
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
DOWNLOAD_DIR "${LIBS_PREBUILT_DIR}/webrtc/"
URL_HASH "MD5=0d55e58efceed3fb48085a5f0c58881c"
)
else ( ADDRESS_SIZE EQUAL 32 )
FetchContent_Declare(
webrtc
URL https://webrtc-build-releases.s3.us-west-2.amazonaws.com/webrtc.windows_x86_64.tar.bz2
URL_HASH "MD5=dfb692562770dc8c877ebfe4302e2881"
FIND_PACKAGE_ARGS NAMES webrtc
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
DOWNLOAD_DIR "${LIBS_PREBUILT_DIR}/webrtc/"
URL_HASH "MD5=dfb692562770dc8c877ebfe4302e2881"
)
endif ( ADDRESS_SIZE EQUAL 32 )
elseif (DARWIN)
FetchContent_Declare(
webrtc
URL https://webrtc-build-releases.s3.us-west-2.amazonaws.com/webrtc.macos_x86_64.tar.bz2
URL_HASH "MD5=cfbcac7da897a862f9791ea29330b814"
FIND_PACKAGE_ARGS NAMES webrtc
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
DOWNLOAD_DIR "${LIBS_PREBUILT_DIR}/webrtc/"
URL_HASH "MD5=cfbcac7da897a862f9791ea29330b814"
)
endif (WINDOWS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment