Skip to content

Commit

Permalink
Updated actsvg version to 0.4.35
Browse files Browse the repository at this point in the history
  • Loading branch information
fredevb committed Jun 29, 2023
1 parent 81f9615 commit df49f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/actsvg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit df49f88

Please sign in to comment.