mirror of
https://github.com/reactos/CMake.git
synced 2025-02-22 13:01:01 +00:00
Merge branch 'vs2017-sdk-detection' into release
This commit is contained in:
commit
341486fd09
@ -164,7 +164,7 @@ bool cmGlobalVisualStudio15Generator::IsWin81SDKInstalled() const
|
||||
"HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\"
|
||||
"Windows Kits\\Installed Roots;KitsRoot81",
|
||||
win81Root, cmSystemTools::KeyWOW64_32)) {
|
||||
return true;
|
||||
return cmSystemTools::FileExists(win81Root + "/um/windows.h", true);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user