mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-02 22:09:35 +00:00
Merge branch 'compile-msvc-14.34-c++20' into release-3.23
Merge-request: !7910
This commit is contained in:
@@ -630,7 +630,8 @@ bool IsVisualStudioMacrosFileRegistered(const std::string& macrosFile,
|
||||
|
||||
RegCloseKey(hsubkey);
|
||||
} else {
|
||||
std::cout << "error opening subkey: " << subkeyname << std::endl;
|
||||
std::cout << "error opening subkey: "
|
||||
<< cmsys::Encoding::ToNarrow(subkeyname) << std::endl;
|
||||
std::cout << std::endl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user