Skip to content

Commit

Permalink
fixing PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
asalzburger committed Aug 11, 2022
1 parent d22962a commit f73974d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if( DETRAY_SETUP_ALGEBRA_PLUGINS )
endif()
endif()

# Set up ACTSVG for diaplaying
# Set up ACTSVG for displaying
option( DETRAY_SETUP_ACTSVG
"Set up the actsvg target(s) explicitly" TRUE )
option( DETRAY_USE_SYSTEM_ACTSVG
Expand Down
2 changes: 1 addition & 1 deletion extern/actsvg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include( FetchContent )
# Tell the user what's happening.
message( STATUS "Building actsvg as part of the Detray project" )

# Declare where to get VecMem from.
# 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.19" CACHE STRING "Version of actsvg to build" )
Expand Down

0 comments on commit f73974d

Please sign in to comment.