pntt3011 / mediapipe_face_iris_cpp

Real-time Face and Iris Landmarks Detection using C++
GNU General Public License v3.0
80 stars 15 forks source link

How to make code work on FreeBSD/Linux? #16

Open rajhlinux opened 2 years ago

rajhlinux commented 2 years ago

I'm getting the error during cmake build:

c++: error: no such file or directory: '/MP'

pntt3011 commented 2 years ago

Hi @rajhlinux, It is a compile flag for cmake, maybe your compiler does not support this option. Try deleting the last 2 lines in the main directory's CMakeLists.text.