diff options
author | Brad King <brad.king@kitware.com> | 2020-04-07 12:03:38 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-04-07 12:03:50 (GMT) |
commit | b8b804e2ed8dca3c6d116a6e8a1cb66cbd6ad241 (patch) | |
tree | e124d735dab28642a2c45345884d272d419b27b3 /Help/command | |
parent | 6f83e978b3ceeee0d1da71ab7decd488328205d9 (diff) | |
parent | f867423aa214e3145fe4e6775eb9634c340df02b (diff) | |
download | CMake-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.rst | 4 |
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 ^^^^^^^ |