mirror of
https://github.com/reactos/CMake.git
synced 2025-01-09 05:00:35 +00:00
77f3772784
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.
12 lines
452 B
Plaintext
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\)
|