Skip to content
  • Brad King's avatar
    SystemTools: Drop SplitProgramFromArgs function · c8cfe4e0
    Brad King authored
    This was used only by CMake's get_filename_components() command, which
    has now been re-implemented independently.  The operation is not
    well-defined (string parsing should not depend on filesystem content),
    so remove it.
    c8cfe4e0