Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8725671
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
761 B
Subscribers
None
View Options
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
Details
Attached
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)
Attached To
rHEJ HEJ
Event Timeline
Log In to Comment