Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build][cmake] Fix cmake with custom assembler
Fixes cmake build when the C compiler isn't used as the assembler. We need to explicitly set the flag `-x assembler-with-cpp` to enable the preprocessor. Fixes facebook#3193.
- Loading branch information