Skip to content

Commit d755777

Browse files
ktfBarthelemy
authored andcommitted
Adapt to new names (#179)
1 parent f929baf commit d755777

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

cmake/FindAliceO2.cmake

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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 !!!
2525
set(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
)
4040
foreach(lib_name ${O2_LIBRARIES_NAMES})
4141
find_library(AliceO2_LIBRARY_${lib_name} NAMES ${lib_name} HINTS ${O2_ROOT}/lib ENV LD_LIBRARY_PATH)

0 commit comments

Comments
 (0)