summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include_directories/SrcInInstallPrefix-CMP0052-WARN-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Split part of include_directories test to a generic location.Stephen Kelly2015-02-091-20/+0
| | | | | | | | | The moved tests are related to paths in INTERFACE_INCLUDE_DIRECTORIES in general, and when exporting, and covering cases of the install location being within the build or source prefix etc. Other build properties containing paths should have similar tests, so this allows some parameterization while keeping the preparation of the various directory structures.
* CMP0052: Make the warning message more informative.Stephen Kelly2014-04-171-0/+5
| | | | | Print the reason for the offending entry in the INTERFACE_INCLUDE_DIRECTORIES.
* Export: Disallow exported interface includes in src/build tree (#14592).Stephen Kelly2014-04-091-0/+15
Allow directories in the source tree or build tree only if the install tree is a subdirectory of the source tree or build tree, as appropriate. Re-use the test files in the RunCMake.include_directories test to run in multiple scenarios. Bump the required CMake version in the test to 3.0 to ensure that the new policy warnings are emitted correctly.