Skip to content

Commit

Permalink
Merge pull request #212 from pfnet-research/update_onnx
Browse files Browse the repository at this point in the history
Update onnx
  • Loading branch information
okdshin authored Feb 7, 2019
2 parents 77156ff + b6cdacb commit d07eebb
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 574 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ message(STATUS "Adding external/onnx")
set(ONNX_SRC_DIR ${EXTERNAL_DIR}/onnx)
execute_process(COMMAND ${GIT_EXECUTABLE} submodule update --init -- ${ONNX_SRC_DIR} WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})

# see https://github.com/onnx/onnx/pull/1466
message(STATUS "Patching to external/onnx")
configure_file(${EXTERNAL_DIR}/onnx-v1.3.0-patch_CMakeLists.txt ${EXTERNAL_DIR}/onnx/CMakeLists.txt COPYONLY)

# TODO: enable the following option when it is ready for migrating to onnx-ml
#set(ONNX_ML 1)

Expand Down
2 changes: 1 addition & 1 deletion external/onnx
Submodule onnx updated 747 files
Loading

0 comments on commit d07eebb

Please sign in to comment.