Skip to content
  • Daniel Pfeifer's avatar
    cmConfigure.h: Establish as 'include first' file · c3819aca
    Daniel Pfeifer authored
    At the moment, cmStandardIncludes.h needs to be included before any
    standard includes because it disables some warnings that are caused
    by the standard library of some compilers.  Move this responsibility
    to the cmConfigure.h file.
    
    Also add include guards to cmConfigure.h to make sure the file can be
    included multiple times.
    c3819aca