File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -275,10 +275,9 @@ if(ALIGPU_BUILD_TYPE STREQUAL "O2")
275275 O2::GPUCommon
276276 O2::ReconstructionDataFormats
277277 O2::TPCFastTransformation
278- O2::ML
279278 PRIVATE_LINK_LIBRARIES O2::DataFormatsTPC
280279 SOURCES ${SRCS_DATATYPES} )
281- target_compile_definitions (${targetName} PRIVATE GPUCA_O2_LIB GPUCA_TPC_GEOMETRY_O2 GPUCA_HAS_ONNX=1 )
280+ target_compile_definitions (${targetName} PRIVATE GPUCA_O2_LIB GPUCA_TPC_GEOMETRY_O2)
282281
283282 o2_target_root_dictionary(GPUDataTypes
284283 HEADERS ${HDRS_CINT_DATATYPES} ${HDRS_CINT_O2_ADDITIONAL}
@@ -299,6 +298,7 @@ if(ALIGPU_BUILD_TYPE STREQUAL "O2")
299298 O2::TPCFastTransformation
300299 O2::DetectorsRaw
301300 O2::Steer
301+ O2::ML
302302 PUBLIC_INCLUDE_DIRECTORIES .
303303 Definitions
304304 DataTypes
You can’t perform that action at this time.
0 commit comments