Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Testing: Update hard-coded line numbers to [0-9]+ in some tests | Kyle Edwards | 2018-10-10 | 1 | -1/+1 |
| | |||||
* | Policies: omit warnings about unset policies when they are actually set to NEW | Nils Gladitz | 2014-03-31 | 1 | -4/+0 |
| | |||||
* | cmTarget: Deprecate the LOCATION target property with a policy. | Stephen Kelly | 2013-10-11 | 1 | -0/+11 |
The final location and name of a build-target is not determined until generate-time. However, reading the LOCATION property from a target is currently allowed at configure time. Apart from creating possibly-erroneous results, this has an impact on the implementation of cmake itself, and prevents some major cleanups from being made. Disallow reading LOCATION from build-targets with a policy. Port some existing uses of it in CMake itself to use the TARGET_FILE generator expression. |