summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CompatibleInterface/InterfaceString-Bool-Conflict-stderr.txt
blob: 5a8f99df22f71c99c36d6661dca51dab8fcc84c1 (plain)
1
2
3
4
5
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 or a string interpretation, but not both.