Listing multiple languages in the COMPILE_LANGUAGE generator is legal in CMake 3.15 and above, but not legal in earlier CMake versions.
Replacing that with an OR should behave the same way and be legal for older versions of CMake.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo