Imported Upstream version 2.8.11.2
[platform/upstream/cmake.git] / Tests / RunCMake / CompatibleInterface / InterfaceString-Bool-Conflict-stderr.txt
1 CMake Error in CMakeLists.txt:
2   Property "SOMETHING" appears in both the COMPATIBLE_INTERFACE_BOOL and the
3   COMPATIBLE_INTERFACE_STRING property in the dependencies of target "user".
4   This is not allowed.  A property may only require compatibility in a
5   boolean interpretation or a string interpretation, but not both.