Merge topic 'patch-CMAKE_OBJDUMP'

dc7aabf4d0 Help: Document CMAKE_OBJDUMP variable
4bd3519e89 CPack: Avoid mentioning internal CMake module in documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10224
This commit is contained in:
Brad King
2025-01-27 15:30:43 +00:00
committed by Kitware Robot
6 changed files with 26 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
CMAKE_OBJDUMP
-------------
Path to the ``objdump`` executable on the host system. This tool, typically
part of the Binutils collection on Unix-like systems, provides information
about compiled object files.
This cache variable may be populated by CMake when project languages are
enabled using the :command:`project` or :command:`enable_language` commands.
See Also
^^^^^^^^
* The :command:`file(GET_RUNTIME_DEPENDENCIES)` command provides a more general
way to get information from runtime binaries.
* The :variable:`CPACK_OBJDUMP_EXECUTABLE` variable.