Skip to content
Snippets Groups Projects
Commit 3fee5398 authored by Kyle Edwards's avatar Kyle Edwards
Browse files

install(EXPORT): Check for missing file sets at generate time

Missing file sets were originally checked at configure time in
install(TARGETS ... EXPORT), but were not checked at generate time. If
a file set was added after install(TARGETS ... EXPORT) was called,
an abortion error was thrown. Check again at generate time to gracefully
display an error message instead of crashing.

Fixes: #23680
parent a8bd06df
No related branches found
No related tags found
No related merge requests found
Showing with 60 additions and 4 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment