Skip to content
Snippets Groups Projects
Commit 78a10cb0 authored by pmendez's avatar pmendez
Browse files

redefinition of PATH for hepmc3 just in case of GeantV builds

git-svn-id: svn+ssh://svn.cern.ch/reps/lcgsoft/trunk/lcgcmake@7384 4525493e-7705-40b1-a816-d608a930855b
parent 14101acb
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ else()
endif()
if(heptools_version MATCHES geantv)
set (hepmc3_options -DROOT_DIR=${ROOT_home}/cmake -DHEPMC_ENABLE_CPP11=ON)
set (hepmc3_options -DROOT_DIR=${ROOT_home}/cmake -DHEPMC_ENABLE_CPP11=ON PATH=${ROOT_home}/bin:$ENV{PATH})
endif()
#---Forward declarations----------------------------------------------------------------------------
......
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