Skip to content
  • Brad King's avatar
    Fortran: Follow <>-style includes (#13239) · ad210790
    Brad King authored
    Fortran sources that pass through the C preprocessor may use
    
     #include "header"
    
    syntax or
    
     #include <header>
    
    syntax.  CMake already follows the former.  Teach it to follow the
    latter.
    ad210790