I'm getting the following error message:
1> [CMake] Conan: Unknown MSVC compiler version [1950]
I'm guess the following needs to be added:
elseif(NOT MSVC_VERSION VERSION_LESS 1950 AND MSVC_VERSION VERSION_LESS 1960)
set(${result} 18 PARENT_SCOPE)
but I'm not sure about the 1960.
I'm getting the following error message:
1> [CMake] Conan: Unknown MSVC compiler version [1950]
I'm guess the following needs to be added:
but I'm not sure about the 1960.