aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorÉanna Ó Catháin <eanna.ocathain@arm.com>2020-11-05 13:06:49 +0000
committerJim Flynn <jim.flynn@arm.com>2020-11-05 16:12:46 +0000
commit85523c492254641819e9e08dfe608c97ba0f8784 (patch)
treef831de230ff686027c9fa934a5315763b4b113b9 /samples
parent5c5a3ea78c4df07810989f51a9f44228147a8d20 (diff)
downloadarmnn-85523c492254641819e9e08dfe608c97ba0f8784.tar.gz
Remove URL_HASH check for x264 lib
Change-Id: I45a98a1f3108397c31389901284967e1611d61f8 Signed-off-by: Éanna Ó Catháin <eanna.ocathain@arm.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/ObjectDetection/cmake/find_opencv.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/ObjectDetection/cmake/find_opencv.cmake b/samples/ObjectDetection/cmake/find_opencv.cmake
index 4d26953d74..92086e1316 100644
--- a/samples/ObjectDetection/cmake/find_opencv.cmake
+++ b/samples/ObjectDetection/cmake/find_opencv.cmake
@@ -61,7 +61,6 @@ else()
ExternalProject_Add(${X264_LIB}
URL "https://code.videolan.org/videolan/x264/-/archive/${LIBX264_VERSION}/x264-${LIBX264_VERSION}.tar.gz"
- URL_HASH MD5=07eae2352f6ba201999be45fece0c26c
DOWNLOAD_DIR ${LIBX264_ROOT_DIR}
PREFIX ${LIBX264_ROOT_DIR}
CONFIGURE_COMMAND <SOURCE_DIR>/configure