You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I come across an error as the title says, and the full cmake output is as following:
OpenCV ARCH: x86
OpenCV RUNTIME: vc10
OpenCV STATIC: OFF
Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v6.5 (found suitable exact version "6.5")
Found OpenCV 2.4.9 in D:/sdk/opencv249/x86/vc10/lib
You might need to add D:\sdk\opencv249\x86\vc10\bin to your PATH to be able to run your applications.
CMake Error at CMakeLists.txt:39 (string):
string sub-command REGEX, mode MATCHALL needs at least 5 arguments total to
command.
Number of avx2 occurrences in /proc/cpuinfo: 0
Compiling without AVX2 support
PROJECT_SOURCE_DIR is E:/Github/fastfusion
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
Did not find qglviewer2, linking qglviewer-qt4
Configuring incomplete, errors occurred!
See also "E:/Github/fastfusion/_build.vc10/CMakeFiles/CMakeOutput.log".
See also "E:/Github/fastfusion/_build.vc10/CMakeFiles/CMakeError.log".
I come across an error as the title says, and the full cmake output is as following:
In file
CMakeError.log
, I find msg like:I've no idea what's the exact error, could someone help me out? Thx in advance~
The text was updated successfully, but these errors were encountered: