SDK version doesn't match
When I am using command cmake
in terminal ,It shows me the error:
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
CMake Error at CMakeLists.txt:3 (project):
Failed to run MSBuild command:
MSBuild.exe
to get the value of VCTargetsPath:
系统找不到指定的文件。
-- Configuring incomplete, errors occurred!
the log file shows me one line information:
The system is: Windows - 10.0.19042 - AMD64
I'm working on win10 insider preview version 20H2, I just find the newest sdk version "19041", cmake version 3.13.2
Thank you .