Skip to content
Snippets Groups Projects
Commit 99fadc24 authored by Marko Petric's avatar Marko Petric
Browse files

Add find python in dd4hep cmake config file

parent 2560b6e0
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,8 @@ if(DD4HEP_USE_GEANT4) ...@@ -59,6 +59,8 @@ if(DD4HEP_USE_GEANT4)
DD4HEP_SETUP_GEANT4_TARGETS() DD4HEP_SETUP_GEANT4_TARGETS()
endif() endif()
FIND_DEPENDENCY(Python COMPONENTS Development)
FIND_DEPENDENCY(ROOT REQUIRED) FIND_DEPENDENCY(ROOT REQUIRED)
DD4HEP_SETUP_ROOT_TARGETS() DD4HEP_SETUP_ROOT_TARGETS()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment