summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CompatibleInterface/InterfaceString-Bool-Conflict-stderr.txt
blob: 900e3f89e56324c7a1f66e901d4e69174e403d8f (plain)
1
2
3
4
5
6
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
  boolean interpretation, a numeric minimum, a numeric maximum or a string
  interpretation, but not a mixture.