[Bug Fix] fix build error while enable flycv on linux x64 (#1365)

* [Bug Fix] fix build error while enable flycv on linux x64

* [Bug Fix] fix build error while enable flycv on linux x64

* move WITH_FLYCV_STATIC option -> flycv.cmake
This commit is contained in:
DefTruth
2023-02-20 13:52:31 +08:00
committed by GitHub
parent 9b482b72fb
commit 95f809c1ff
5 changed files with 83 additions and 41 deletions

View File

@@ -60,6 +60,8 @@ __build_fastdeploy_linux_x86_64_shared() {
-DENABLE_PADDLE2ONNX=ON \
-DENABLE_VISION=ON \
-DENABLE_BENCHMARK=ON \
-DENABLE_FLYCV=OFF \
-DWITH_FLYCV_STATIC=OFF \
-DBUILD_EXAMPLES=ON \
-DCMAKE_INSTALL_PREFIX=${FASDEPLOY_INSTALL_DIR} \
-Wno-dev ../../.. && make -j8 && make install