Skip to content

BinUtils: Use more-private temporary variable names

Brad King requested to merge brad.king/cmake:binutils-var-private into master

Since !5986 (merged) we use variables named _tool and _name, but these may still be common enough to affect project code. Use _CMAKE_TOOL and _CMAKE_TOOL_NAME instead, and unset them when finished.

Fixes: #22140 (closed)
Backport: release

Merge request reports