Skip to content

Commit

Permalink
remove code for patching old onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
okdshin committed Feb 6, 2019
1 parent 59f8d76 commit a1b2b5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 569 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
Loading

0 comments on commit a1b2b5c

Please sign in to comment.