1 | initial version |
at the end of your cmake args list, you need to specify the opencv folder location, so add:
../../opencv
to the end of your CLI args.
note: if your opencv folder is named with its version number i.e. opencv-4.0.0, then it'd be"
../../opencv-4.0.0