Skip to content

WCDH: Restore definition for <prefix>_COMPILER_IS_MIPSpro

Brad King requested to merge brad.king/cmake:drop-MIPSpro into master

Code removed for MIPSpro by !3004 (merged) actually changed a public-facing API by dropping the <prefix>_COMPILER_IS_MIPSpro definition from the generated compiler detection header. Restore the definition hard-coded to 0 since the compiler will never be MIPSpro.

Merge request reports