Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions cmake/FindAliceO2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ list(APPEND AliceO2_INCLUDE_DIRS ${MS_GSL_INCLUDE_DIR})
# find libraries
# TODO SEARCH *ALL* LIBRARIES --> AliceO2 should ideally provide the list !!!
set(O2_LIBRARIES_NAMES
FrameworkFoundation
Framework
Headers
CCDB
DebugGUI
DetectorsBase
ITSBase
ITSSimulation
ITSReconstruction
ITSWorkflow
ITSMFTReconstruction
ITSMFTBase
DetectorsCommonDataFormats
O2FrameworkFoundation
O2Framework
O2Headers
O2CCDB
O2DebugGUI
O2DetectorsBase
O2ITSBase
O2ITSSimulation
O2ITSReconstruction
O2ITSWorkflow
O2ITSMFTReconstruction
O2ITSMFTBase
O2DetectorsCommonDataFormats
)
foreach(lib_name ${O2_LIBRARIES_NAMES})
find_library(AliceO2_LIBRARY_${lib_name} NAMES ${lib_name} HINTS ${O2_ROOT}/lib ENV LD_LIBRARY_PATH)
Expand Down