Skip to content
Snippets Groups Projects
Commit 880bcbd3 authored by Scott Snyder's avatar Scott Snyder Committed by Johannes Elmsheuser
Browse files

ONNXUtils: cmake fix

ONNXUtils: cmake fix

undefined/unneeded macro.
parent d675768b
No related branches found
No related tags found
17 merge requests!80766Draft: add reserved run number / timestamp for future MC23g,!80516Draft: DQM display update for HLT tau,!80021Draft: First attempt at 2024 ppref mu distribution,!79892Draft: Adding DataScouting-based muon calibration chain (ATR-31030),!79360Draft: Update to gFEXInputByteStreamTool to match the FW,!7929324.0-coverity-TrigT1NSWSimTools,!79094Draft: Further menu changes for egamma trigger 2025 (ATR-31076),!79090Draft: Further menu changes for egamma trigger 2025 https://its.cern.ch/jira/browse/ATR-31076,!78241Draft: FPGATrackSim: GenScan code refactor,!78236Draft: Switching Streams https://its.cern.ch/jira/browse/ATR-27417,!78056AFP monitoring: new synchronization and cleaning,!78041AFP monitoring: new synchronization and cleaning,!77990Updating TRT chip masks for L1TRT trigger simulation - ATR-28372,!77731Draft: Updates to ZDC reconstruction,!77728Draft: updates to ZDC reconstruction,!77522Draft: sTGC Pad Trigger Emulator,!77456ONNXUtils: cmake fix
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration # Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
# #
# This package is a collection of 'duel-use' tools to calculate # This package is a collection of 'duel-use' tools to calculate
# high-level flavor tagging discriminants. Because it should work both # high-level flavor tagging discriminants. Because it should work both
...@@ -16,7 +16,7 @@ find_package( onnxruntime ) ...@@ -16,7 +16,7 @@ find_package( onnxruntime )
atlas_add_library( ONNXUtils Root/*cxx ONNXUtils/*h atlas_add_library( ONNXUtils Root/*cxx ONNXUtils/*h
PUBLIC_HEADERS ONNXUtils PUBLIC_HEADERS ONNXUtils
INCLUDE_DIRS ${ONNXRUNTIME_INCLUDE_DIRS} INCLUDE_DIRS ${ONNXRUNTIME_INCLUDE_DIRS}
PRIVATE_LINK_LIBRARIES ${ROOT_LIBRARIES} PathResolver CxxUtils PRIVATE_LINK_LIBRARIES PathResolver CxxUtils
LINK_LIBRARIES ${ONNXRUNTIME_LIBRARIES} PathResolver LINK_LIBRARIES ${ONNXRUNTIME_LIBRARIES} PathResolver
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment