Skip to content
  • Brad King's avatar
    CMake: Skip empty link.txt lines (#13845) · 8ff1d471
    Brad King authored
    In the implementation of "cmake -E cmake_link_script", skip lines from
    the input file that are empty or contain only whitespace.  Do not try to
    run a child with no command line.
    8ff1d471