3.19.1 breaks cross-compiling CMake for MingW from Linux
We build CMake for windows with MingW and it has been working great until the 3.19.x releases - it now fails during configure with: ``` CMake Error at Tests/CMakeLists.txt:221 (cmake_host_system_information): cmake_host_system_information does not recognize <key> VS_15_DIR CMake Error at Tests/CMakeLists.txt:221 (cmake_host_system_information): cmake_host_system_information does not recognize <key> VS_16_DIR ``` This seems to have been introduced with: https://gitlab.kitware.com/cmake/cmake/-/commit/6051a49c78a36b82e77a62e09f0ba5a5b5d14532 Would be great if this could be fixed.
issue