Skip to content

Commit

Permalink
Bring back commented out lines related to ONNXRuntime
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jul 29, 2024
1 parent a7a9e37 commit d4ffc84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecFCCeeCalorimeter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

# ONNX DEPENDENCIES
# includes
# include_directories("${ONNXRUNTIME_INCLUDE_DIRS}")
include_directories("${ONNXRUNTIME_INCLUDE_DIRS}")
# libs
# link_directories("${ONNXRUNTIME_LIBRARY_DIRS}")
link_directories("${ONNXRUNTIME_LIBRARY_DIRS}")
# New versions of ONNXRuntime add directories to include
# through the target onnxruntime::onnxruntime
if(onnxruntime_FOUND)
Expand Down

0 comments on commit d4ffc84

Please sign in to comment.