Ubuntu环境下 No rule to make target 'opencv_calib3d-NOTFOUND'
Linxu环境下运行Cpp 根据的这个链接https://www. 新建程序+CMakeLists.txt进行编译测试 cmake .. 指令之后执行make 报错(检查了MakeFile 我看不懂内容)css@ubuntu:~/Desktop/DisplayImage/build$ cmake ..
-- Configuring done
-- Generating done
-- Build files have been written to: /home/css/Desktop/DisplayImage/build
css@ubuntu:~/Desktop/DisplayImage/build$ make
make[2]: *** No rule to make target 'opencv_calib3d-NOTFOUND', needed by 'opencvtest'. Stop.
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/opencvtest.dir/all' failed
make[1]: *** [CMakeFiles/opencvtest.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2