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

Try reordering URL_HASH

parent ad23b776
No related branches found
No related tags found
No related merge requests found
...@@ -7,29 +7,29 @@ if (WINDOWS) ...@@ -7,29 +7,29 @@ if (WINDOWS)
FetchContent_Declare( FetchContent_Declare(
webrtc webrtc
URL https://webrtc-build-releases.s3.us-west-2.amazonaws.com/webrtc.windows_x86.tar.bz2 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 FIND_PACKAGE_ARGS NAMES webrtc
DOWNLOAD_EXTRACT_TIMESTAMP TRUE DOWNLOAD_EXTRACT_TIMESTAMP TRUE
DOWNLOAD_DIR "${LIBS_PREBUILT_DIR}/webrtc/" DOWNLOAD_DIR "${LIBS_PREBUILT_DIR}/webrtc/"
URL_HASH "MD5=0d55e58efceed3fb48085a5f0c58881c"
) )
else ( ADDRESS_SIZE EQUAL 32 ) else ( ADDRESS_SIZE EQUAL 32 )
FetchContent_Declare( FetchContent_Declare(
webrtc webrtc
URL https://webrtc-build-releases.s3.us-west-2.amazonaws.com/webrtc.windows_x86_64.tar.bz2 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 FIND_PACKAGE_ARGS NAMES webrtc
DOWNLOAD_EXTRACT_TIMESTAMP TRUE DOWNLOAD_EXTRACT_TIMESTAMP TRUE
DOWNLOAD_DIR "${LIBS_PREBUILT_DIR}/webrtc/" DOWNLOAD_DIR "${LIBS_PREBUILT_DIR}/webrtc/"
URL_HASH "MD5=dfb692562770dc8c877ebfe4302e2881"
) )
endif ( ADDRESS_SIZE EQUAL 32 ) endif ( ADDRESS_SIZE EQUAL 32 )
elseif (DARWIN) elseif (DARWIN)
FetchContent_Declare( FetchContent_Declare(
webrtc webrtc
URL https://webrtc-build-releases.s3.us-west-2.amazonaws.com/webrtc.macos_x86_64.tar.bz2 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 FIND_PACKAGE_ARGS NAMES webrtc
DOWNLOAD_EXTRACT_TIMESTAMP TRUE DOWNLOAD_EXTRACT_TIMESTAMP TRUE
DOWNLOAD_DIR "${LIBS_PREBUILT_DIR}/webrtc/" DOWNLOAD_DIR "${LIBS_PREBUILT_DIR}/webrtc/"
URL_HASH "MD5=cfbcac7da897a862f9791ea29330b814"
) )
endif (WINDOWS) 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