Skip to content

Commit

Permalink
Fix ONNX ROOT_INCLUDE_PATH (alisw#5497)
Browse files Browse the repository at this point in the history
  • Loading branch information
sawenzel authored Jun 11, 2024
1 parent 5c32415 commit e05468a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ cat >> "$MODULEFILE" <<EoF
# Our environment
set ${PKGNAME}_ROOT \$::env(BASEDIR)/$PKGNAME/\$version
prepend-path ROOT_INCLUDE_PATH \$${PKGNAME}_ROOT/include
prepend-path ROOT_INCLUDE_PATH \$${PKGNAME}_ROOT/include/onnxruntime
EoF

0 comments on commit e05468a

Please sign in to comment.