Skip to content

cmGlobalVisualStudioGenerator: Fix compiling as C++20 in VS 2022

Brad King requested to merge brad.king/cmake:compile-msvc-14.34-c++20 into master

Adding missing narrow string conversion.

This backports !7814 (merged) to the CMake 3.23 and 3.24 branches.

Fixes: #24162 (closed)

Merge request reports