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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
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 |