flatbuffers
flatbuffers copied to clipboard
Fix Clang-Cl compile on Windows
The CMake build script currently doesn't work for clang-cl on Windows, because clang-cl expects arugments similar to msvc, while the script will just pass in regular clang++ arguments.
I have uploaded PR #7308 to fix the issue. PTAL, thanks!