summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CompatibleInterface/InterfaceString-Bool-Conflict-stderr.txt
blob: bfe2d1ce252c4ecb77145d5b9c980b59e3416434 (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\.