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

TC build cmake complained about URL_HASH

parent 22e724b2
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ if (WINDOWS) ...@@ -7,7 +7,7 @@ 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 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/"
...@@ -16,7 +16,7 @@ if (WINDOWS) ...@@ -16,7 +16,7 @@ if (WINDOWS)
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 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/"
...@@ -26,7 +26,7 @@ elseif (DARWIN) ...@@ -26,7 +26,7 @@ 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 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/"
......
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