mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Add a new property, INTERFACE_HEADER_SETS_TO_VERIFY, which contains a list of header sets that should be verified by VERIFY_INTERFACE_HEADER_SETS. Fixes: #23522
10 lines
269 B
Plaintext
10 lines
269 B
Plaintext
^CMake Error in CMakeLists\.txt:
|
|
Property INTERFACE_HEADER_SETS_TO_VERIFY of target "nonexistent" contained
|
|
the following header sets that are nonexistent or not INTERFACE:
|
|
|
|
b
|
|
c
|
|
|
|
|
|
CMake Generate step failed\. Build files cannot be regenerated correctly\.$
|