Help: Document CMAKE_OBJDUMP variable

This commit is contained in:
Peter Kokot
2025-01-23 17:34:19 +01:00
committed by Brad King
parent 4bd3519e89
commit dc7aabf4d0
6 changed files with 23 additions and 4 deletions

View File

@@ -15,6 +15,7 @@
# CMAKE_RANLIB
# CMAKE_LINKER
# CMAKE_MT
# CMAKE_OBJDUMP
# CMAKE_STRIP
# CMAKE_INSTALL_NAME_TOOL

View File

@@ -498,7 +498,7 @@ The following variables are for advanced uses of CPack:
.. versionadded:: 3.25
Specify the ``objdump`` executable path used by CPack.
The default value will be taken from the ``CMAKE_OBJDUMP`` variable, if set,
The default value will be taken from the :variable:`CMAKE_OBJDUMP` variable,
which may be populated by CMake when enabling languages. If ``CMAKE_OBJDUMP``
is not set, CPack will use :command:`find_program` to determine the
``objdump`` path when needed.

View File

@@ -26,7 +26,8 @@ files:
otool (Mac OSX)
.. versionchanged:: 3.16
The tool specified by ``CMAKE_OBJDUMP`` will be used, if set.
The tool specified by the :variable:`CMAKE_OBJDUMP` variable
will be used, if set.
The following functions are provided by this module: