Skip to content
Snippets Groups Projects
Commit ff0c3328 authored by Ewelina Maria Lobodzinska's avatar Ewelina Maria Lobodzinska
Browse files

change Generator_ROOT -> Generator_LCGROOT to be consistent with atlasexternals

parent c3abcaaf
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ if( NOT HERWIG3_FOUND )
endif()
# Install files from the package:
set( herwig_datadir "${HERWIG3_ROOT}/share/Herwig" )
set( herwig_datadir "${HERWIG3_LCGROOT}/share/Herwig" )
if( NOT IS_DIRECTORY ${herwig_datadir} )
message( WARNING "Can't access directory ${herwig_datadir}" )
return()
......
......@@ -26,7 +26,7 @@ if( NOT PYTHIA8_FOUND )
endif()
# Install the files from the xmldoc directory into the offline release.
set( xmldoc_dir "${PYTHIA8_ROOT}/share/Pythia8/xmldoc" )
set( xmldoc_dir "${PYTHIA8_LCGROOT}/share/Pythia8/xmldoc" )
if( NOT IS_DIRECTORY ${xmldoc_dir} )
message( WARNING "Can't access ${xmldoc_dir}" )
return()
......
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