We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, we use a fork of ncnn
sherpa-ncnn/cmake/ncnn.cmake
Line 9 in fc4d3bc
But actually, sherpa-ncnn supports using the master of https://github.com/tencent/ncnn/
sherpa-ncnn
We need to change
sherpa-ncnn/CMakeLists.txt
Line 140 in fc4d3bc
find_package(ncnn) if(NOT ncnn_FOUND) include(ncnn) endif()
We also need to add tests to cover the above change.
Please see https://github.com/Tencent/ncnn/wiki/use-ncnn-with-own-project for further information.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, we use a fork of ncnn
sherpa-ncnn/cmake/ncnn.cmake
Line 9 in fc4d3bc
But actually,
sherpa-ncnn
supports using the master ofhttps://github.com/tencent/ncnn/
We need to change
sherpa-ncnn/CMakeLists.txt
Line 140 in fc4d3bc
to something like below
We also need to add tests to cover the above change.
Please see
https://github.com/Tencent/ncnn/wiki/use-ncnn-with-own-project
for further information.
The text was updated successfully, but these errors were encountered: