File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,19 @@ list(APPEND AliceO2_INCLUDE_DIRS ${MS_GSL_INCLUDE_DIR})
2323# find libraries
2424# TODO SEARCH *ALL* LIBRARIES --> AliceO2 should ideally provide the list !!!
2525set (O2_LIBRARIES_NAMES
26- FrameworkFoundation
27- Framework
28- Headers
29- CCDB
30- DebugGUI
31- DetectorsBase
32- ITSBase
33- ITSSimulation
34- ITSReconstruction
35- ITSWorkflow
36- ITSMFTReconstruction
37- ITSMFTBase
38- DetectorsCommonDataFormats
26+ O2FrameworkFoundation
27+ O2Framework
28+ O2Headers
29+ O2CCDB
30+ O2DebugGUI
31+ O2DetectorsBase
32+ O2ITSBase
33+ O2ITSSimulation
34+ O2ITSReconstruction
35+ O2ITSWorkflow
36+ O2ITSMFTReconstruction
37+ O2ITSMFTBase
38+ O2DetectorsCommonDataFormats
3939 )
4040foreach (lib_name ${O2_LIBRARIES_NAMES} )
4141 find_library (AliceO2_LIBRARY_${lib_name} NAMES ${lib_name} HINTS ${O2_ROOT} /lib ENV LD_LIBRARY_PATH)
You can’t perform that action at this time.
0 commit comments