Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhuth committed Jan 9, 2025
1 parent d4967be commit 8df2924
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Plugins/ExaTrkX/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ add_library(ActsPluginExaTrkX SHARED src/buildEdges.cpp src/ExaTrkXPipeline.cpp)

if(ACTS_EXATRKX_ENABLE_CUDA)
target_compile_definitions(ActsPluginExaTrkX PUBLIC ACTS_EXATRKX_WITH_CUDA)
target_sources(ActsPluginExaTrkX PRIVATE src/CudaTrackBuilding.cu)
endif()

if(ACTS_EXATRKX_ENABLE_ONNX)
Expand Down

0 comments on commit 8df2924

Please sign in to comment.