Skip to content
Snippets Groups Projects
Commit f71f52ea authored by sss's avatar sss Committed by scott snyder
Browse files

FPGATrackSimAlgorithms: cmake fix

Remove unneeded/undefined cmake macros.
parent 4e24fd0e
No related branches found
No related tags found
7 merge requests!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,!77935FPGATrackSimAlgorithms: cmake fix,!76343Draft: MooTrackBuilder: Recalibrate NSW hits in refine method
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir( FPGATrackSimAlgorithms )
......@@ -16,8 +16,7 @@ atlas_add_library( FPGATrackSimAlgorithmsLib
PUBLIC_HEADERS FPGATrackSimAlgorithms
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${ONNXRUNTIME_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} AthenaBaseComps AthenaMonitoringKernelLib GaudiKernel FPGATrackSimBanksLib FPGATrackSimConfToolsLib FPGATrackSimHoughLib FPGATrackSimInputLib FPGATrackSimLRTLib FPGATrackSimMapsLib FPGATrackSimObjectsLib FPGATrackSimSGInputLib ${ONNXRUNTIME_LIBRARIES}
PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES} FPGATrackSimBanksLib FPGATrackSimConfToolsLib )
PRIVATE_LINK_LIBRARIES FPGATrackSimBanksLib FPGATrackSimConfToolsLib )
# Component(s) in the package:
atlas_add_component( FPGATrackSimAlgorithms
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment