diff options
author | Brad King <brad.king@kitware.com> | 2022-11-14 17:16:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-11-14 17:16:27 (GMT) |
commit | 2ac207f04610e196df00b540f8cafbfdffcd4db8 (patch) | |
tree | 492e1d87370acff582deb4912b6586a4fba2061c | |
parent | 91ccfa330240ccd9766f59d9efcac595c4a1b033 (diff) | |
parent | a394c9416de7c2e56efb762a30ee89da769f5ca7 (diff) | |
download | CMake-2ac207f04610e196df00b540f8cafbfdffcd4db8.zip CMake-2ac207f04610e196df00b540f8cafbfdffcd4db8.tar.gz CMake-2ac207f04610e196df00b540f8cafbfdffcd4db8.tar.bz2 |
Merge branch 'compile-msvc-14.34-c++20' into release-3.23
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 141b5eb..57ced0f 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; } |