mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

Add support for response files for moc predef targets and make the limit when to use response files for autogen targets configurable.
11 lines
342 B
ReStructuredText
11 lines
342 B
ReStructuredText
CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX
|
|
-------------------------------------
|
|
|
|
.. versionadded:: 3.29
|
|
|
|
Command line length limit for autogen targets, i.e. ``moc`` or ``uic``,
|
|
that triggers the use of response files on Windows instead of passing all
|
|
arguments to the command line.
|
|
|
|
By default ``CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX`` is unset.
|