Skip to content
  • Robert Maynard's avatar
    CMakeParseImplicitLinkInfo supports comma separated link lines · b5f20da9
    Robert Maynard authored
    It is currently presumed that the linker will generate
    a space separated line. This is not the case for some
    compilers such as IBM XL where it can output space or
    comma separated. This is particularly apparent when IBM XL
    is used as the host compiler for CUDA as it generates a comma
    separated link line.
    b5f20da9