Skip to content

Commit 9893b43

Browse files
committed
Adding GPUCA_HAS_ONNX only to tracking
1 parent 3377435 commit 9893b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GPU/GPUTracking/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)