I have g77 and ifort fortran compilers installed under linux.  For a few projects I would like to force the use of ifort if available.  Is there a way to "suggest" the order the cmake automatic detection looks for fortran compilers?
<br><br>