Skip to content
Snippets Groups Projects
Commit 6da8506c authored by Ewelina Maria Lobodzinska's avatar Ewelina Maria Lobodzinska Committed by Frank Winklmeier
Browse files

Pythia8EnvironmentConfig add the definition of LHAPDF_INSTAL_PATH

Pythia8EnvironmentConfig add the definition of LHAPDF_INSTAL_PATH
parent c2c71ddd
No related branches found
No related tags found
1 merge request!66491Pythia8EnvironmentConfig add the definition of LHAPDF_INSTAL_PATH
......@@ -12,7 +12,8 @@ if( PYTHIA8_FOUND AND LHAPDF_FOUND )
set( PYTHIA8ENVIRONMENT_ENVIRONMENT
FORCESET PYTHIA8VER ${PYTHIA8_LCGVERSION}
FORCESET PY8PATH ${PYTHIA8_LCGROOT}
FORCESET LHAPDFVER ${LHAPDF_LCGVERSION} )
FORCESET LHAPDFVER ${LHAPDF_LCGVERSION}
FORCESET LHAPDF_INSTAL_PATH ${LHAPDF_LCGROOT} )
endif()
# Silently declare the module found:
......
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