Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

have a look here , you never link the opencv libraries. it needs an additional line like:

target_link_libraries(octovis ${OpenCV_LIBS})

(replace octovis with whichever of your projects there uses opencv)