Skip to content
  • Brad King's avatar
    MinGW: Remove old workaround and use native echo (#12283) · 6b4d3ad3
    Brad King authored
    The workaround added by commit 7e92f0b4 (Hack to make echo command work
    properly in mingw32-make, 2006-10-05) and updated by commit 69356d8a
    (Juse use cmake -E echo instead of the native echo, 2006-10-13) no
    longer seems necessary with modern mingw32-make.  Furthermore it slows
    performance due to the time spent loading a cmake process instead of
    plain echo.
    6b4d3ad3