diff options
author | tophoo <30765654+tophoo@users.noreply.github.com> | 2023-11-08 15:34:19 (GMT) |
---|---|---|
committer | tophoo <30765654+tophoo@users.noreply.github.com> | 2023-11-16 15:29:02 (GMT) |
commit | 7a07887055d8acd1d367c640ca069734fdf49fa4 (patch) | |
tree | ce61650ca2c4d95594c122cda11c491c944e0609 /Help/variable | |
parent | 7eb5ab2c63ce80b73e132710786cb5172ad60a0e (diff) | |
download | CMake-7a07887055d8acd1d367c640ca069734fdf49fa4.zip CMake-7a07887055d8acd1d367c640ca069734fdf49fa4.tar.gz CMake-7a07887055d8acd1d367c640ca069734fdf49fa4.tar.bz2 |
Autogen: Add support for response files for moc predef targets
Add support for response files for moc predef targets and make the limit when
to use response files for autogen targets configurable.
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX.rst b/Help/variable/CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX.rst new file mode 100644 index 0000000..eabda43 --- /dev/null +++ b/Help/variable/CMAKE_AUTOGEN_COMMAND_LINE_LENGTH_MAX.rst @@ -0,0 +1,10 @@ +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. |