cmake/Tests/RunCMake/CompatibleInterface/InterfaceString-Bool-Conflict-stderr.txt

7 lines
368 B
Plaintext
Raw Normal View History

2013-03-16 19:13:01 +02:00
CMake Error in CMakeLists.txt:
Property "SOMETHING" appears in both the COMPATIBLE_INTERFACE_BOOL and the
COMPATIBLE_INTERFACE_STRING property in the dependencies of target "user".
This is not allowed. A property may only require compatibility in a
2014-08-03 19:52:23 +02:00
boolean interpretation, a numeric minimum, a numeric maximum or a string
interpretation, but not a mixture.