From f73974d89da102ae3d54c400fc051dcf260cc31a Mon Sep 17 00:00:00 2001 From: Andreas Salzburger Date: Thu, 11 Aug 2022 15:57:21 +0200 Subject: [PATCH] fixing PR comments --- CMakeLists.txt | 2 +- extern/actsvg/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15a03c892..e7b076ddb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/extern/actsvg/CMakeLists.txt b/extern/actsvg/CMakeLists.txt index ae72b4ea7..f84c8e729 100644 --- a/extern/actsvg/CMakeLists.txt +++ b/extern/actsvg/CMakeLists.txt @@ -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" )