diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2022-06-28 14:15:19 -0400 |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2022-06-29 15:05:32 -0400 |
commit | 3fee5398bd381e3721972220a8415b62bc96b172 (patch) | |
tree | f21184e4b70cc267d07ada41c5c64704fe344d8d /Help/guide/tutorial/Step2/MathFunctions/MathFunctions.h | |
parent | a8bd06dfd47a56e09e660de5e58f26579105d2d4 (diff) | |
download | cmake-3fee5398bd381e3721972220a8415b62bc96b172.tar.gz |
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
Diffstat (limited to 'Help/guide/tutorial/Step2/MathFunctions/MathFunctions.h')
0 files changed, 0 insertions, 0 deletions