Skip to content

AddFileDependencies: Avoid leaking temporary variable

Arcturus requested to merge arcturus140/cmake:source_dependencies into master

There is no need to expose temporary variable to the function's caller. This MR changes scope to a local variable.

Topic-rename: AddFileDependencies-simplify

Edited by Brad King

Merge request reports