mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Help: Document CMAKE_OBJDUMP variable
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
# CMAKE_RANLIB
|
||||
# CMAKE_LINKER
|
||||
# CMAKE_MT
|
||||
# CMAKE_OBJDUMP
|
||||
# CMAKE_STRIP
|
||||
# CMAKE_INSTALL_NAME_TOOL
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user