我正在尝试设置OpenHMD,当我运行cmake时,我得到以下输出:
c:\OpenHMD>cmake . -G "Visual Studio 12 2013 Win64"
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:3 (project):
No CMAKE_C_COMPILER could be found.
CMake Error at CMakeLists.txt:3 (project):
No CMAKE_CXX_COMPILER could be found.
-- Configuring incomplete, errors occurred!
See also "C:/OpenHMD/CMakeFiles/CMakeOutput.log".
See also "C:/OpenHMD/CMakeFiles/CMakeError.log".`
我的问题是什么?
我在运行Windows 10 我已更新到Microsoft Visual Studio 2012(KB2781514)