1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-22 03:05:11 -06:00
Files
suyu-mirror/CMakeLists.txt
Morph f62f43c0da 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.
2023-06-06 20:20:09 -04:00

26 KiB