win10+VS2013按照说明用CMake时报错:
"CMake Error at cameras/CMakeLists.txt:2 (UNIT_TEST):
Unknown CMake command "UNIT_TEST"."
git和baidu上有搜到类似的问题但是都有没有解决:
https://github.com/openMVG/op...
https://github.com/openMVG/op...
尝试过安装boost(boost/test/unit_test.hpp)链接openMVG但是还是没有消除bug。
请问有什么解决办法么?
说明cmake没有
UNIT_TEST
这个指令,其实这是单元测试的指令,你可以先注释掉,看看行不行