diff options
author | Brad King <brad.king@kitware.com> | 2022-06-30 12:20:14 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-06-30 12:20:24 (GMT) |
commit | 5a460f32437b51cc9b765ae191957901232b3e0b (patch) | |
tree | 926a2dba9f8552109c657326ad9aef1ff04e9486 /Source/cmExportSet.h | |
parent | 4c2cead0c395bae3cb45ce02daf5dac1d38d0763 (diff) | |
parent | 3fee5398bd381e3721972220a8415b62bc96b172 (diff) | |
download | CMake-5a460f32437b51cc9b765ae191957901232b3e0b.zip CMake-5a460f32437b51cc9b765ae191957901232b3e0b.tar.gz CMake-5a460f32437b51cc9b765ae191957901232b3e0b.tar.bz2 |
Merge topic 'file-set-crash'
3fee5398bd install(EXPORT): Check for missing file sets at generate time
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7420
Diffstat (limited to 'Source/cmExportSet.h')
-rw-r--r-- | Source/cmExportSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExportSet.h b/Source/cmExportSet.h index 07deb11..b75a26d 100644 --- a/Source/cmExportSet.h +++ b/Source/cmExportSet.h @@ -25,7 +25,7 @@ public: cmExportSet(const cmExportSet&) = delete; cmExportSet& operator=(const cmExportSet&) = delete; - void Compute(cmLocalGenerator* lg); + bool Compute(cmLocalGenerator* lg); void AddTargetExport(std::unique_ptr<cmTargetExport> tgt); |