We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e427f0a commit e436204Copy full SHA for e436204
Detectors/TPC/workflow/CMakeLists.txt
@@ -81,12 +81,6 @@ if(OpenMP_CXX_FOUND)
81
target_link_libraries(${mergertargetName} PRIVATE OpenMP::OpenMP_CXX)
82
endif()
83
84
-o2_add_executable(onnx-interface
85
- COMPONENT_NAME test
86
- SOURCES test/test_onnx_interface_headers.cxx
87
- PUBLIC_LINK_LIBRARIES O2::TPCWorkflow O2::SimulationDataFormat O2::TPCQC O2::DataFormatsTPC O2::TPCBase O2::ML Boost::thread O2::GPUTracking)
88
-
89
90
o2_add_executable(reco-workflow
91
COMPONENT_NAME tpc
92
SOURCES src/tpc-reco-workflow.cxx
Detectors/TPC/workflow/test/test_onnx_interface_headers.cxx
0 commit comments