From 488519bfec9de946ccf2753cf4c2ddad32f57ee1 Mon Sep 17 00:00:00 2001 From: Attila Krasznahorkay Date: Mon, 2 Dec 2024 13:09:28 +0100 Subject: [PATCH] Update to Acts 38.0.0. --- extern/acts/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extern/acts/CMakeLists.txt b/extern/acts/CMakeLists.txt index 1795a4e6a..7c0e7dc8b 100644 --- a/extern/acts/CMakeLists.txt +++ b/extern/acts/CMakeLists.txt @@ -1,6 +1,6 @@ # TRACCC library, part of the ACTS project (R&D line) # -# (c) 2021-2022 CERN for the benefit of the ACTS project +# (c) 2021-2024 CERN for the benefit of the ACTS project # # Mozilla Public License Version 2.0 @@ -18,7 +18,7 @@ message( STATUS "Building Acts as part of the TRACCC project" ) # Declare where to get Acts from. set( TRACCC_ACTS_SOURCE - "URL;https://github.com/acts-project/acts/archive/refs/tags/v37.3.0.tar.gz;URL_MD5;95cf54fe7986cece23ca7004d1138b01" + "URL;https://github.com/acts-project/acts/archive/refs/tags/v38.0.0.tar.gz;URL_MD5;295c73b1069e571af92e6d853a069e65" CACHE STRING "Source for Acts, when built as part of this project" ) mark_as_advanced( TRACCC_ACTS_SOURCE )