Skip to content

cmake: Use 'CMAKE_OBJDUMP' instead of 'objdump' directly - #13763

Open
Chiitoo wants to merge 1 commit into
obsproject:masterfrom
Chiitoo:objdumps
Open

cmake: Use 'CMAKE_OBJDUMP' instead of 'objdump' directly#13763
Chiitoo wants to merge 1 commit into
obsproject:masterfrom
Chiitoo:objdumps

Conversation

@Chiitoo

@Chiitoo Chiitoo commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Description

Make use of 'CMAKE_OBJDUMP' instead of calling the 'objdump' executable directly.

Motivation and Context

This makes the calls to 'objdump' more environment-friendly, and the finders more consistent-like, although before this, only 'Findqrcodegencpp.cmake' used the variable form.

Downstream-bug: https://bugs.gentoo.org/946059

How Has This Been Tested?

Compiled with the change on Gentoo Linux at 'git master' on 'amd64', and '32.2.0' on 'arm64' machines.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have read the contributing document.
  • My code has been run through clang-format.
  • My code follows the project's style guidelines
  • My code is not on the master branch.
  • My code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

This makes the calls more environment-friendly, and the finders more
consistent-like, although before this, only 'Findqrcodegencpp.cmake'
used the variable form.

Downstream-bug: https://bugs.gentoo.org/946059
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant