summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CompatibleInterface/InterfaceString-Bool-Conflict.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmTarget: Fix the property compatibility error messageStephen Kelly2014-01-041-2/+1
| | | | | | | Don't refer to 'both', but a 'mixture'. List all compatible interface property types possible. Add another test for a mixture of three compatibilities.
* Ensure type specific compatible interface properties do not intersect.Stephen Kelly2013-02-071-0/+9
Before, the boolean version would always win, and the string one would be ignored.