From 26c2609facda27f087c3411cb9a3c5dfff02729d Mon Sep 17 00:00:00 2001 From: Bertrand Bellenot Date: Wed, 10 Aug 2022 10:01:11 +0200 Subject: [PATCH] Revert "[cmake] Update xrootd hash after a new version of the xrootd tar file (#11106)" This reverts commit ce4ca3e1537be6776b93ef7bf8cd39d942c7de27. --- builtins/xrootd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtins/xrootd/CMakeLists.txt b/builtins/xrootd/CMakeLists.txt index 316b8edeedc45..85e817ca2b844 100644 --- a/builtins/xrootd/CMakeLists.txt +++ b/builtins/xrootd/CMakeLists.txt @@ -34,7 +34,7 @@ endif() ExternalProject_Add( XROOTD URL ${XROOTD_SRC_URI} - URL_HASH SHA256=2d58210161ef61fabad7c86a038f2ef71c2ba1a0e782fcb6b8c92a1ba5f2a2b3 + URL_HASH SHA256=56a29c88232f2f384e151b148fcaaa8d8db5c5fdc4615193978c8f4f3a99663c INSTALL_DIR ${XROOTD_PREFIX} CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH= -DCMAKE_PREFIX_PATH:STRING=${OPENSSL_PREFIX}