From c3774ddc1228f64223ff08ade2a274621a5590eb Mon Sep 17 00:00:00 2001 From: Ivana Hrivnacova Date: Tue, 2 Sep 2025 10:11:00 +0200 Subject: [PATCH] Removed work-around in FindGeant4.cmake - Not needed with Geant4 versions 11.x --- dependencies/FindGeant4.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/dependencies/FindGeant4.cmake b/dependencies/FindGeant4.cmake index e9ac4600670e4..0abd8ddfe1ea0 100644 --- a/dependencies/FindGeant4.cmake +++ b/dependencies/FindGeant4.cmake @@ -23,7 +23,6 @@ set_target_properties(geant4 PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${Geant4_INCLUDE_DIRS}") -list(GET Geant4_INCLUDE_DIRS 0 Geant4_INCLUDE_DIR) set(Geant4_LIBRARY_DIRS) foreach(gl4lib IN LISTS Geant4_LIBRARIES) find_library(gl4libpath NAMES ${gl4lib} PATHS "${Geant4_INCLUDE_DIR}/../.."