Skip to content

Commit

Permalink
fix bugs of build doc, update cmake version (open-mmlab#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
grimoire authored Nov 9, 2021
1 parent 8208343 commit cc4bfe1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.14)
project(mmdeploy_backend_ops)

# ONNXRUNTIME config
Expand Down
4 changes: 3 additions & 1 deletion docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ Update third-party libraries.
git submodule update --init
```

Install cmake>=3.14.0

Build the inference engine extension libraries you need.

- [ONNX Runtime](ops/onnxruntime.md)
- [ONNX Runtime](backends/onnxruntime.md)
- [TensorRT](backends/tensorrt.md)
- [ncnn](backends/ncnn.md)
- [PPL](backends/ppl.md)
Expand Down

0 comments on commit cc4bfe1

Please sign in to comment.