Skip to content

Commit c3774dd

Browse files
committed
Removed work-around in FindGeant4.cmake
- Not needed with Geant4 versions 11.x
1 parent 17ae0d0 commit c3774dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dependencies/FindGeant4.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ set_target_properties(geant4
2323
PROPERTIES INTERFACE_INCLUDE_DIRECTORIES
2424
"${Geant4_INCLUDE_DIRS}")
2525

26-
list(GET Geant4_INCLUDE_DIRS 0 Geant4_INCLUDE_DIR)
2726
set(Geant4_LIBRARY_DIRS)
2827
foreach(gl4lib IN LISTS Geant4_LIBRARIES)
2928
find_library(gl4libpath NAMES ${gl4lib} PATHS "${Geant4_INCLUDE_DIR}/../.."

0 commit comments

Comments
 (0)