Maybe. You can try the following:
In the core\metacling\src\CMakeLists.txt
file, line 135, replace:
if(MSVC_VERSION GREATER_EQUAL 1936)
by
if(MSVC_VERSION GREATER_EQUAL 1933)
Then rebuild and let me know if it solves the problem
Maybe. You can try the following:
In the core\metacling\src\CMakeLists.txt
file, line 135, replace:
if(MSVC_VERSION GREATER_EQUAL 1936)
by
if(MSVC_VERSION GREATER_EQUAL 1933)
Then rebuild and let me know if it solves the problem