Commit f62f43c0 authored by Morph's avatar Morph
Browse files

CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules

The latest version of MSVC STL brings C++23 standard library modules, which conflict with precompiled headers.
Disabling with /experimental:module- has no effect, so force C++20 in the meantime while we wait for module support in other compilers.
parent 238e46ec
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment