Skip to content
  • Brad King's avatar
    Reset platform/compiler info status for each language · 20f49730
    Brad King authored
    In each CMake<lang>Information.cmake file we use an _INCLUDED_FILE
    variable to track whether a compiler information file has been loaded.
    Reset this variable for each language.
    
    This fixes Fortran under VS generators with the Intel plugin.
    Previously the variable would be left set true from C and C++ and then
    Fortran would not load old-style files like Platform/Windows-ifort.
    20f49730