mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 01:59:43 -06:00
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
7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
^CMake Error in CMakeLists\.txt:
|
|
File set "a" is listed in interface file sets of lib1 but has not been
|
|
exported
|
|
|
|
|
|
CMake Generate step failed\. Build files cannot be regenerated correctly\.$
|