pthreads_cross.h error: conflicting declaration of C function from pthread.h
I have a cmake project where I’m using vcpkg as a package manager. One of the dependencies I need is the apriltag dependency which is dependent on the pthread dependency.
I have a cmake project where I’m using vcpkg as a package manager. One of the dependencies I need is the apriltag dependency which is dependent on the pthread dependency.