From df49f88926005a435604b6dd9ff3a3edca6eb3de Mon Sep 17 00:00:00 2001 From: Frederik Date: Thu, 29 Jun 2023 18:15:19 +0200 Subject: [PATCH] Updated actsvg version to 0.4.35 --- extern/actsvg/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/actsvg/CMakeLists.txt b/extern/actsvg/CMakeLists.txt index 655de6dda9..32c46fbe98 100644 --- a/extern/actsvg/CMakeLists.txt +++ b/extern/actsvg/CMakeLists.txt @@ -19,7 +19,7 @@ message( STATUS "Building actsvg as part of the Detray project" ) # Declare where to get Actsvg from. set( DETRAY_ACTSVG_GIT_REPOSITORY "https://github.com/acts-project/actsvg.git" CACHE STRING "Git repository to take actsvg from" ) -set( DETRAY_ACTSVG_GIT_TAG "v0.4.20" CACHE STRING "Version of actsvg to build" ) +set( DETRAY_ACTSVG_GIT_TAG "v0.4.35" CACHE STRING "Version of actsvg to build" ) mark_as_advanced( DETRAY_ACTSVG_GIT_REPOSITORY DETRAY_ACTSVG_GIT_TAG ) FetchContent_Declare( actsvg GIT_REPOSITORY "${DETRAY_ACTSVG_GIT_REPOSITORY}"