Skip to content

Tests: Fix RunCMake.BuildDepends Fortran case with Intel compiler on Windows

Brad King requested to merge brad.king/cmake:test-ifort-windows into master

The test regularly fails updating the vc*.pdb compiler-generated PDB file. Add the /Z7 flag as the compiler suggests for this.

Merge request reports