Browse Source

unused complie flad NCNN_OPENCV for mac platform (#2453)

Co-authored-by: yaobin.li <yaobin.li@rokid.com>
tags/20201218
cavalleria GitHub 5 years ago
parent
commit
ec09791384
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      build.sh

+ 1
- 2
build.sh View File

@@ -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

Loading…
Cancel
Save