summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-04-07 12:03:38 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-04-07 12:03:50 (GMT)
commitb8b804e2ed8dca3c6d116a6e8a1cb66cbd6ad241 (patch)
treee124d735dab28642a2c45345884d272d419b27b3 /Help/command
parent6f83e978b3ceeee0d1da71ab7decd488328205d9 (diff)
parentf867423aa214e3145fe4e6775eb9634c340df02b (diff)
downloadCMake-b8b804e2ed8dca3c6d116a6e8a1cb66cbd6ad241.zip
CMake-b8b804e2ed8dca3c6d116a6e8a1cb66cbd6ad241.tar.gz
CMake-b8b804e2ed8dca3c6d116a6e8a1cb66cbd6ad241.tar.bz2
Merge topic 'file-GetRuntimeDependencies_support_cross_compilation'
f867423aa2 file: GetRuntimeDependencies use CMAKE_OBJDUMP when applicable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4538
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/file.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst
index 92cb2ed..6105219 100644
--- a/Help/command/file.rst
+++ b/Help/command/file.rst
@@ -402,8 +402,8 @@ dependency resolution:
Determines the path to the tool to use for dependency resolution. This is the
actual path to ``objdump``, ``dumpbin``, or ``otool``.
- If this variable is not specified, it is determined automatically by system
- introspection.
+ If this variable is not specified, it is determined by the value of
+ ``CMAKE_OBJDUMP`` if set, else by system introspection.
Writing
^^^^^^^