mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
`CMakeFindBinUtils.cmake` sets `CMAKE_<TOOL>` variables that in cross-compilation environments point to the toolchain specific executables: e.g. `CMAKE_OBJCOPY` might point to `<path_to_toolchain>/arm-poky-linux-gnueabi-objcopy`. Pass this information to CPack.
8 lines
287 B
ReStructuredText
8 lines
287 B
ReStructuredText
cpack-reuse-cmake-tools
|
|
-----------------------
|
|
|
|
* The :module:`CPack` module gained the :variable:`CPACK_READELF_EXECUTABLE`,
|
|
:variable:`CPACK_OBJCOPY_EXECUTABLE`, and
|
|
:variable:`CPACK_OBJDUMP_EXECUTABLE` variables to control the locations
|
|
of binutils used by :manual:`cpack(1)`.
|