diff options
author | Brad King <brad.king@kitware.com> | 2022-11-14 17:16:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-11-14 17:16:46 (GMT) |
commit | 3e0ccd6469dac69aad8286ea3118437a4cd788d6 (patch) | |
tree | 5e0b3299de94f9132da4eb1fb1d4b87dfe97707b | |
parent | 0325f047625b1cfe035668be6dc8d96a4d8775e7 (diff) | |
parent | a394c9416de7c2e56efb762a30ee89da769f5ca7 (diff) | |
download | CMake-3e0ccd6469dac69aad8286ea3118437a4cd788d6.zip CMake-3e0ccd6469dac69aad8286ea3118437a4cd788d6.tar.gz CMake-3e0ccd6469dac69aad8286ea3118437a4cd788d6.tar.bz2 |
Merge branch 'compile-msvc-14.34-c++20' into release-3.24
Merge-request: !7910
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.cxx b/Source/cmGlobalVisualStudioGenerator.cxx index c6af20a..819d6be 100644 --- a/Source/cmGlobalVisualStudioGenerator.cxx +++ b/Source/cmGlobalVisualStudioGenerator.cxx @@ -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; } |