Skip to content

Commit

Permalink
[cmake] Update XRootD to v5.5.0
Browse files Browse the repository at this point in the history
* Update XRootD builtin from v5.4.3 to v5.5.0
   - c.f. https://github.com/xrootd/xrootd/releases/tag/v5.5.0
* Follow up to https://github.com/root-project/root PR 10725
  • Loading branch information
matthewfeickert authored and Axel-Naumann committed Sep 15, 2022
1 parent c3246d4 commit 304a9ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builtins/xrootd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ include(ExternalProject)

find_package(OpenSSL REQUIRED)

set(XROOTD_VERSION "5.4.3")
set(XROOTD_VERSIONNUM 500040003 CACHE INTERNAL "" FORCE)
set(XROOTD_VERSION "5.5.0")
set(XROOTD_VERSIONNUM 500050000 CACHE INTERNAL "" FORCE)
set(lcgpackages http://lcgpackages.web.cern.ch/lcgpackages/tarFiles/sources)
set(XROOTD_SRC_URI ${lcgpackages}/xrootd-${XROOTD_VERSION}.tar.gz)
set(XROOTD_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/XROOTD-prefix)
Expand All @@ -34,7 +34,7 @@ endif()
ExternalProject_Add(
XROOTD
URL ${XROOTD_SRC_URI}
URL_HASH SHA256=56a29c88232f2f384e151b148fcaaa8d8db5c5fdc4615193978c8f4f3a99663c
URL_HASH SHA256=e01d83997e428580aadefd4b18cc6246e97a1941dfceff3726ffd0c40921de34
INSTALL_DIR ${XROOTD_PREFIX}
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
-DCMAKE_PREFIX_PATH:STRING=${OPENSSL_PREFIX}
Expand Down

0 comments on commit 304a9ab

Please sign in to comment.