Commit 9af52c53 authored by Sang Ik Lee's avatar Sang Ik Lee Committed by Robert Kimball

onnx: Fix typo. (#2457)

parent 9e9ffb77
......@@ -138,7 +138,7 @@ if (NOT TARGET onnx::libonnx)
add_dependencies(onnx::libonnx ext_onnx)
endif()
if (NOT TARGET onnnx::libonnx_proto)
if (NOT TARGET onnx::libonnx_proto)
add_library(onnx::libonnx_proto UNKNOWN IMPORTED)
set_target_properties(onnx::libonnx_proto PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES ${ONNX_PROTO_INCLUDE_DIR}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment