Skip to content

Commit

Permalink
Update to Pythia8209
Browse files Browse the repository at this point in the history
  • Loading branch information
amorsch committed Jun 30, 2015
1 parent 459ef83 commit 434fae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TEvtGen/EvtGenExternal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include_directories(${AliRoot_SOURCE_DIR}/TEvtGen/${MODULE})

# Additional includes - alphabetical order except ROOT
include_directories(${ROOT_INCLUDE_DIR}
${AliRoot_SOURCE_DIR}/PYTHIA8/pythia8205/include
${AliRoot_SOURCE_DIR}/PYTHIA8/pythia8209/include
${AliRoot_SOURCE_DIR}/TEvtGen
${AliRoot_SOURCE_DIR}/TEvtGen/EvtGen
${AliRoot_SOURCE_DIR}/TEvtGen/Photos/src/photosCInterfaces
Expand Down Expand Up @@ -50,7 +50,7 @@ add_library(${MODULE} SHARED ${SRCS})

# Do not generate the ROOT map
# Dependecies
set(LIBDEPS Photos Tauola pythia8205 EvtGen)
set(LIBDEPS Photos Tauola pythia8209 EvtGen)

# Additional compilation flags
set (EVTGEN_PYTHIA "ON")
Expand Down

0 comments on commit 434fae0

Please sign in to comment.