Brad King ea59867187 Run ranlib on archives only if the tool is available
CMakeFindBinUtils sets CMAKE_RANLIB to `:` if it is not available in
order to get a no-op.  This does not work on a Windows host build
environment that runs commands in `cmd` instead of `sh`.  Teach the
Ninja and Makefile generators to simply skip the command if it is `:`.

This this was already done by the Makefile generator since commit
v2.6.0~3161 (BUG: Do not write link script lines that use the ':',
2006-06-18), but only when using a link script.

Reported-by: Michael Jäntsch <Michael.Jaentsch@gmx.de>
2016-06-08 12:00:44 -04:00
..
2015-12-18 10:02:07 -05:00
2015-12-18 10:02:07 -05:00
2016-05-26 22:21:15 +02:00
2016-06-06 11:19:20 -04:00
2016-06-08 00:01:07 -04:00
2016-06-02 08:24:04 -04:00
2016-06-02 08:24:04 -04:00
2016-04-29 13:58:31 -04:00
2016-06-02 08:24:04 -04:00
2016-06-03 10:45:52 -04:00