CMake/Tests/RunCMake/ParseImplicitLinkInfo
Robert Maynard b5f20da94d CMakeParseImplicitLinkInfo supports comma separated link lines
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.
2019-08-28 10:39:53 -04:00
..
results
CMakeLists.txt
ParseImplicitLinkInfo.cmake
RunCMakeTest.cmake