Compiling Cling on Windows MSVC 2022

Oh, sorry, I mean (in your example):

cmake -G"Visual Studio 17 2022" -A x64-Thost=x64 -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX=c:/bin/cling/ ../src

and then:

cmake --build . --config Release