https://github.com/Kitware/CMake
Revision 86dd2427bcb7cd1d912fc802f70b15556e776d62 authored by Brad King on 15 July 2016, 13:37:03 UTC, committed by Brad King on 15 July 2016, 13:43:02 UTC
Commit v3.6.0-rc1~174^2~1 (cmGlobalNinjaGenerator: Clarify logic for
forcing use of response files, 2016-04-06) started using negative
command line length values to represent forced use of response files but
forgot to update `calculateCommandLineLengthLimit()` accordingly.  Teach
it to return `0` instead of `-1` when no limit is computed from the
system to avoid forcing response files.

Reported-by: Raphael Kubo da Costa <rakuco@FreeBSD.org>
1 parent e31084e
Raw File
Tip revision: 86dd2427bcb7cd1d912fc802f70b15556e776d62 authored by Brad King on 15 July 2016, 13:37:03 UTC
Ninja: Do not force response files when no sysconf(3) limit is used
Tip revision: 86dd242
CMakeGraphVizOptions.cmake
set(GRAPHVIZ_IGNORE_TARGETS "tartest;testSystemTools;testRegistry;testProcess;testIOS;testHashSTL;testFail;testCommandLineArguments;xrtest;LIBCURL;foo")
back to top