Skip to content

[cmake] Use actual build program for Fortran test

Prior to this change the build program (make, Ninja) was not identical to the one used by CMake, but the one installed on the system.

I found this when testing Fortran support of upcoming CMake 3.17 with upcoming Ninja 1.10 - which works!

Merge request reports