summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0041/CMP0041-tid-OLD-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add deprecation warnings for policies CMP0054 and belowBrad King2017-11-011-0/+10
| | | | | | The OLD behaviors of all policies are deprecated, but only by documentation. Add an explicit deprecation diagnostic for some policies to encourage projects to port away from setting policies to OLD.
* RunCMake: Remove unneeded files.Stephen Kelly2015-02-091-1/+0
| | | | | The default expectation of RunCMake tests is empty content, so there is no need to specify it.
* Export: Report error on relative include with genex.Stephen Kelly2013-11-261-0/+1
Diagnostics which check the sanity of exported include paths previously skipped over any path containing a generator expression. Introduce a policy to issue an error message in such cases. The export files created in the OLD behavior are not usable, because they contain relative paths or paths to the source or build location which are not suitable for use on installation. CMake will report an error on import.