Cmake could not find qttemp.exe
Posted: 25 Nov 2015, 18:04
Hello,
I'm trying to build BCI2000 in window 7 - 32bit by VS2010. When building using cmake GUI, I got this error message:
I stored my source code in C:\BCI2000src\build and put all binaries in C:\BCI2000src\build_msvc2010.
It seemed that cmake could not find the file qttemp.exe (hence, unable to extract it).
Does anybody have a clue about this issue?
Thanks,
Quang
I'm trying to build BCI2000 in window 7 - 32bit by VS2010. When building using cmake GUI, I got this error message:
Code: Select all
CMake Error at cmake/FindQt.cmake:50 (MESSAGE):
Could not extract
C:/BCI2000src/build_msvc2010/CMakeFiles/extlib/qt-5.3.2/qttemp.exe, error
is: The system cannot find the file specified
Call Stack (most recent call first):
cmake/FindQt.cmake:100 (GET_EXTRACT_QT)
cmake/FindQt.cmake:124 (GET_PRECOMP_QT)
cmake/FindQt.cmake:185 (FIND_PRECOMP_QT)
cmake/Utils.cmake:102 (INCLUDE)
CMakeLists.txt:22 (UTILS_INCLUDE)
It seemed that cmake could not find the file qttemp.exe (hence, unable to extract it).
Does anybody have a clue about this issue?
Thanks,
Quang