mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 00:33:01 +00:00
ae491f04a1
LLVM fails to build on Windows with C++ 20 standard. When building LLVM on Windows, we use C++ 14 already. This commit changes the c++ standard to be picked by each subdirectory rather than the standard being picked by the root level cmake file.