onnx-tensorrt icon indicating copy to clipboard operation
onnx-tensorrt copied to clipboard

cmake error

Open hxyucas opened this issue 1 year ago • 1 comments

CMake Error at CMakeLists.txt:81 (add_subdirectory): The source directory

    /onnx-tensorrt/third_party/onnx

does not contain a CMakeLists.txt file.

hxyucas avatar Aug 10 '22 13:08 hxyucas

@hxyucas Thanks for reporting this issue. When you download the source, have you download the onnx repo? For example

git clone https://github.com/onnx/onnx-tensorrt
cd onnx-tensorrt
git submodule update --init --recursive

zhenhuaw-me avatar Aug 15 '22 09:08 zhenhuaw-me