]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
CMake: removing qpythia from the depedencies
authoragrigora <alina.grigoras@cern.ch>
Fri, 20 Feb 2015 15:46:08 +0000 (16:46 +0100)
committeragrigora <alina.grigoras@cern.ch>
Fri, 20 Feb 2015 15:46:08 +0000 (16:46 +0100)
Removing qpythia from the dependecies in order to be
able to load at runtime

PYTHIA6/AliPythia6/CMakeLists.txt
TPHIC/CMakeLists.txt

index afcac1c3d321a02a7f486b6445c3ff3efa149bb2..4df511f081897a1c6a219a87c3b6a91efbc26a04 100644 (file)
@@ -60,7 +60,7 @@ generate_dictionary("${MODULE}" "${MODULE}LinkDef.h" "${HDRS}" "${incdirs}")
 
 # Generate the ROOT map
 # Dependecies
-set(LIBDEPS STEERBase STEER EVGEN FASTSIM EGPythia6 qpythia microcern)
+set(LIBDEPS STEERBase STEER EVGEN FASTSIM EGPythia6 microcern)
 generate_rootmap("${MODULE}" "${LIBDEPS}" "${CMAKE_CURRENT_SOURCE_DIR}/${MODULE}LinkDef.h")
 
 
index 00be433dccc6a2a13f8569fe509be60880e4b0d6..fd695734954e3108732ba36df0a50e276c151e91 100644 (file)
@@ -48,7 +48,7 @@ generate_dictionary("${MODULE}" "${MODULE}LinkDef.h" "${HDRS}" "${incdirs}")
 
 # Generate the ROOT map
 # Dependecies
-set(LIBDEPS EVGEN STEER AliPythia6 qpythia microcern)
+set(LIBDEPS EVGEN STEER AliPythia6 microcern)
 generate_rootmap("${MODULE}" "${LIBDEPS}" "${CMAKE_CURRENT_SOURCE_DIR}/${MODULE}LinkDef.h")
 
 # Add a library to the project using the specified source files