Files
CMake/Tests/RunCMake/VerifyHeaderSets/VerifyHeaderSetsNonexistent-stderr.txt
Kyle Edwards aadaac7f6d VERIFY_INTERFACE_HEADER_SETS: Add property for list of header sets
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
2022-05-25 14:37:27 -04:00

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\.$