We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ae0d0 commit c3774ddCopy full SHA for c3774dd
dependencies/FindGeant4.cmake
@@ -23,7 +23,6 @@ set_target_properties(geant4
23
PROPERTIES INTERFACE_INCLUDE_DIRECTORIES
24
"${Geant4_INCLUDE_DIRS}")
25
26
-list(GET Geant4_INCLUDE_DIRS 0 Geant4_INCLUDE_DIR)
27
set(Geant4_LIBRARY_DIRS)
28
foreach(gl4lib IN LISTS Geant4_LIBRARIES)
29
find_library(gl4libpath NAMES ${gl4lib} PATHS "${Geant4_INCLUDE_DIR}/../.."
0 commit comments