summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CompatibleInterface/InterfaceString-Bool-Min-Conflict-stderr.txt
blob: 2cfbae47667412d14f4396f27bfb6e2999dbb9f8 (plain)
1
2
3
4
5
6
7
CMake Error in CMakeLists.txt:
  Property "OTHER" appears in both the COMPATIBLE_INTERFACE_BOOL,
  COMPATIBLE_INTERFACE_NUMBER_MIN and the COMPATIBLE_INTERFACE_STRING
  property in the dependencies of target "user".  This is not allowed.  A
  property may only require compatibility in a boolean interpretation, a
  numeric minimum, a numeric maximum or a string interpretation, but not a
  mixture.