Page MenuHomeHEPForge

No OneTemporary

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5bc4366..ffbb5b2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,11 +1,11 @@
file(GLOB src_files *.cc)
add_library(rhej SHARED ${src_files})
-set(libraries ${CMAKE_DL_LIBS} ${LHAPDF_LIBRARIES} ${CLHEP_LIBRARIES} ${FASTJET_LIBRARIES} ${GSL_LIBRARIES} ${Boost_LIBRARIES} ${HepMC_LIBRARIES} quadmath yaml-cpp)
+set(libraries ${CMAKE_DL_LIBS} ${LHAPDF_LIBRARIES} ${CLHEP_LIBRARIES} ${FASTJET_LIBRARIES} ${GSL_LIBRARIES} ${Boost_LIBRARIES} ${HepMC_LIBRARIES} yaml-cpp)
if(${QCDloop_FOUND})
- list(APPEND libraries ${QCDloop_LIBRARIES})
+ list(APPEND libraries ${QCDloop_LIBRARIES} quadmath)
endif()
target_link_libraries(rhej ${libraries})
install(TARGETS rhej DESTINATION lib)

File Metadata

Mime Type
text/x-diff
Expires
Tue, Jan 21, 2:17 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4243628
Default Alt Text
(761 B)

Event Timeline