You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Foxi seems to create an ONNXTargets and ONNXConfig which is only found with find_package(ONNX), however this conflicts with the actual ONNX.
Should these not be named foxiTargets / foxiConfig instead?
Also, the exported targets should have a namespace. Would that be onnx or foxi for the cmake namespace?
The text was updated successfully, but these errors were encountered:
Foxi seems to create an ONNXTargets and ONNXConfig which is only found with find_package(ONNX), however this conflicts with the actual ONNX.
Should these not be named foxiTargets / foxiConfig instead?
Also, the exported targets should have a namespace. Would that be onnx or foxi for the cmake namespace?
The text was updated successfully, but these errors were encountered: