Open kunalchelani opened 6 years ago
In CMakeLists.txt line 50: instead of add_executable(demo demo/demo.cpp), I changed it to add_executable(demo_test demo/demo.cpp)
On line 51: instead of target_link_libraries(demo ${PROJECT_NAME} ${OpenCV_LIBS}) -> target_link_libraries(demo_test ${PROJECT_NAME} ${OpenCV_LIBS})
Hi
I have OpenCV v2.4.11 installed which works fine with other applications. I have installed DLib v1.0. While making DBoW2-v1.0, I get the following error trace while linking the executable demo :
Any help/leads are appreciated. Thanks in advance.