Skip to content

source_group: ensure that FILES arguments are actually files

stryku requested to merge stryku/cmake:master into master

Problem was when any of FILES arguments was same as ROOT. Now, source_group command, when executing with TREE context, ensures that it processes only FILES arguments that are actually files, not directories. It should resolve the problem.

Fixes: #19143 (closed)
Topic-rename: source_group-tree-files

Edited by Brad King

Merge request reports