Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: Bail out on configuration with FEATURE_cxx20 and MSVC 2019
45fd36f triggers internal compiler errors in MSVC2019 when configuring Qt with -c++std c++20. Bail out early when trying to configure a C++20 build with MSVC 2019. Change-Id: Ic0a49c43e08d3d46221c5c060c0b92628898e26e Reviewed-by: Alexey Edelev <[email protected]> Reviewed-by: Thiago Macieira <[email protected]>