Update ONNX build dependency to v 1.8 (#3716)

This commit is contained in:
Michał Karzyński 2021-01-26 10:37:06 +01:00 committed by GitHub
parent c203e7e95f
commit f76e1d9d56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ include(FetchContent)
# ONNX.proto definition version
#------------------------------------------------------------------------------
set(ONNX_VERSION 1.7.0)
set(ONNX_VERSION 1.8.0)
#------------------------------------------------------------------------------
# Download and install libonnx ...