66b290e7e2
Make the API for adding targets string based so that it can easily use cmGeneratorTarget. Teach the cmIncludeCommand to generate the exported file at configure-time instead if it is to be include()d. The RunCMake.ExportWithoutLanguage test now needs a dummy header.h file as expected error from export() is now reported after the missing file error.
5 lines
254 B
Plaintext
5 lines
254 B
Plaintext
CMake Error in CMakeLists.txt:
|
|
Target "cmp0022NEW" has policy CMP0022 enabled, but also has old-style
|
|
LINK_INTERFACE_LIBRARIES properties populated, but it was exported without
|
|
the EXPORT_LINK_INTERFACE_LIBRARIES to export the old-style properties
|