CMake/Tests/RunCMake/CompatibleInterface/AutoUic-stderr.txt
Stephen Kelly 77f3772784 cmTarget: Require a compatible INTERFACE_AUTOUIC_OPTIONS from dependencies.
Revert the origin-tracking infrastructure from commit 98093c45 (QtAutoUic:
Add INTERFACE_AUTOUIC_OPTIONS target property., 2013-11-20). Use the
compatibility-tracking for compatible strings instead.

If two different dependencies require different AUTOUIC_OPTIONS,
cmake will now appropriately issue an error.
2013-12-08 07:03:29 +01:00

12 lines
452 B
Plaintext

CMake Error: The INTERFACE_AUTOUIC_OPTIONS property of "OtherI18n" does
not agree with the value of AUTOUIC_OPTIONS already determined
for "LibWidget".
CMake Debug Log:
String compatibility of property "AUTOUIC_OPTIONS" for target "LibWidget"
\(result: "-tr;ki18n"\):
\* Target "LibWidget" property not set.
\* Target "KI18n" property value "-tr;ki18n" \(Interface set\)
\* Target "OtherI18n" property value "-tr;otheri18n" \(Disagree\)