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 5, 2019
1 parent 0ab2f6c commit 6986324
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,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

0 comments on commit 6986324

Please sign in to comment.