Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
9af52c53
Commit
9af52c53
authored
Feb 15, 2019
by
Sang Ik Lee
Committed by
Robert Kimball
Feb 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
onnx: Fix typo. (#2457)
parent
9e9ffb77
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
external_onnx.cmake
cmake/external_onnx.cmake
+1
-1
No files found.
cmake/external_onnx.cmake
View file @
9af52c53
...
...
@@ -138,7 +138,7 @@ if (NOT TARGET onnx::libonnx)
add_dependencies
(
onnx::libonnx ext_onnx
)
endif
()
if
(
NOT TARGET onn
n
x::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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment