Open CesMak opened 6 years ago
Hey when compiling this package I get: Policy "CMP0046" is not known to this version of CMake.
However If I uncomment that line in the CMake Lists file:
I get alot more errors:
:44:71: fatal error: opencv2/calib3d/calib3d_c.h: No such file or directory
found solution myself:
uncomment this line in the CMakeLists.txt containing the CMP0046
Next in the Util.h file do this:
//#include <opencv2/calib3d/calib3d_c.h> //Compatibility with OpenCV 3.x
Hey when compiling this package I get: Policy "CMP0046" is not known to this version of CMake.
However If I uncomment that line in the CMake Lists file:
I get alot more errors:
:44:71: fatal error: opencv2/calib3d/calib3d_c.h: No such file or directory
include <opencv2/calib3d/calib3d_c.h> //Compatibility with OpenCV 3.x