mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-18 01:31:04 -05:00
Help: Document WORKING_DIRECTORY default behavior missing in some commands
This commit is contained in:
@@ -357,6 +357,7 @@ The options are:
|
||||
Execute the command with the given current working directory.
|
||||
If it is a relative path, it will be interpreted relative to the
|
||||
build tree directory corresponding to the current source directory.
|
||||
If not specified, set to :variable:`CMAKE_CURRENT_BINARY_DIR`.
|
||||
|
||||
This option is currently ignored if ``APPEND`` is given, but a future
|
||||
version may use it.
|
||||
|
||||
@@ -191,6 +191,7 @@ The options are:
|
||||
Execute the command with the given current working directory.
|
||||
If it is a relative path it will be interpreted relative to the
|
||||
build tree directory corresponding to the current source directory.
|
||||
If not specified, set to :variable:`CMAKE_CURRENT_BINARY_DIR`.
|
||||
|
||||
.. versionadded:: 3.13
|
||||
Arguments to ``WORKING_DIRECTORY`` may use
|
||||
|
||||
@@ -75,7 +75,8 @@ Options:
|
||||
|
||||
``WORKING_DIRECTORY``
|
||||
The named directory will be set as the current working directory of
|
||||
the child processes.
|
||||
the child processes. If not given, the child processes' working directory is
|
||||
unspecified.
|
||||
|
||||
``TIMEOUT``
|
||||
After the specified number of seconds (fractions allowed), all unfinished
|
||||
|
||||
Reference in New Issue
Block a user