Skip to content

Commit 0fb5c37

Browse files
authored
Fix undefined symbol on macOS ARM (#2675)
1 parent 285a82e commit 0fb5c37

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Modules/FIT/FT0/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ target_link_libraries(O2QcFT0 PUBLIC O2QualityControl
2626
O2::FT0Base
2727
O2::DataFormatsParameters
2828
O2QcCommon
29-
O2QcFITCommon)
29+
O2QcFITCommon
30+
ROOT::ROOTDataFrame)
3031

3132
install(TARGETS O2QcFT0
3233
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}

0 commit comments

Comments
 (0)