diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2022-06-28 18:15:19 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2022-06-29 19:05:32 (GMT) |
commit | 3fee5398bd381e3721972220a8415b62bc96b172 (patch) | |
tree | f21184e4b70cc267d07ada41c5c64704fe344d8d /Tests/RunCMake/target_sources/FileSetInstallMissingSetsInterfacePostInstall-result.txt | |
parent | a8bd06dfd47a56e09e660de5e58f26579105d2d4 (diff) | |
download | CMake-3fee5398bd381e3721972220a8415b62bc96b172.zip CMake-3fee5398bd381e3721972220a8415b62bc96b172.tar.gz CMake-3fee5398bd381e3721972220a8415b62bc96b172.tar.bz2 |
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 'Tests/RunCMake/target_sources/FileSetInstallMissingSetsInterfacePostInstall-result.txt')
-rw-r--r-- | Tests/RunCMake/target_sources/FileSetInstallMissingSetsInterfacePostInstall-result.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/target_sources/FileSetInstallMissingSetsInterfacePostInstall-result.txt b/Tests/RunCMake/target_sources/FileSetInstallMissingSetsInterfacePostInstall-result.txt new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/Tests/RunCMake/target_sources/FileSetInstallMissingSetsInterfacePostInstall-result.txt @@ -0,0 +1 @@ +1 |