Skip to content
Snippets Groups Projects
Forked from CMake / CMake
57289 commits behind the upstream repository.
  • Brad King's avatar
    776e21d1
    COMP: Avoid String.c inclusion by Compaq templates · 776e21d1
    Brad King authored
    The Compaq compiler (on VMS) includes 'String.c' in source files that
    use the stl string while looking for template definitions.  This was the
    true cause of double-inclusion of the 'kwsysPrivate.h' header.  We work
    around the problem by conditionally compiling the entire source file on
    a condition only true when really building the source.
    776e21d1
    History
    COMP: Avoid String.c inclusion by Compaq templates
    Brad King authored
    The Compaq compiler (on VMS) includes 'String.c' in source files that
    use the stl string while looking for template definitions.  This was the
    true cause of double-inclusion of the 'kwsysPrivate.h' header.  We work
    around the problem by conditionally compiling the entire source file on
    a condition only true when really building the source.
bootstrap 46.35 KiB