summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/PositionIndependentCode/Conflict1.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Process the INTERFACE_PIC property from linked dependenciesStephen Kelly2013-01-101-0/+7
This allows a dependee to inform a target that it should have its POSITION_INDEPENDENT_CODE property set to ON, or OFF. The value of the POSITION_INDEPENDENT_CODE property, if set, must be consistent with any INTERFACE_POSITION_INDEPENDENT_CODE properties on dependees. Add a test covering the consistency checks on platforms where they run.