Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix double del when setting dnn option to False
If opnecv is built with both dnn and with_cuda False, the build fails, because the conanfile.py execute del self.options.dnn_cuda twice. This fixes the issue.
- Loading branch information