Skip to content
  • Matteo Martelli's avatar
    CPack: re-use paths of tools discovered by CMakeFindBinUtils · 0c638ab5
    Matteo Martelli authored and Brad King's avatar Brad King committed
    `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.
    0c638ab5