From ec09791384e9c607a03c8dff1741e06fd6ed6ea3 Mon Sep 17 00:00:00 2001 From: cavalleria <605370459@qq.com> Date: Tue, 15 Dec 2020 14:27:35 +0800 Subject: [PATCH] unused complie flad NCNN_OPENCV for mac platform (#2453) Co-authored-by: yaobin.li --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 90c3067ed..02477e0b1 100755 --- a/build.sh +++ b/build.sh @@ -204,9 +204,8 @@ popd mkdir -p build-mac pushd build-mac cmake -DNCNN_OPENMP=OFF \ - -DNCNN_OPENCV=ON \ -DNCNN_BENCHMARK=ON \ .. -make -j 8 +make -j8 make install popd