econsystems / opencv

Easy way to communicate with the camera using this OpenCV patch in c++
38 stars 18 forks source link

Fix cmake error building videoio #12

Closed davidpob99 closed 10 months ago

davidpob99 commented 1 year ago

There was a typo in the CMakeLists.txt file of videoio, the variable $module should be ${the_module}. It should close #11

davidpob99 commented 10 months ago

Thank you for fixed it, you also could have accepted the PR