summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/no_install_prefix
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Allow disabling adding the install prefix to the prefix search path.Stephen Kelly2013-10-319-0/+45
In certain scenarios, it is preferable to keep a 'dirty' install prefix than to clear it, and to expect that content will not be found there. Add a CMAKE_FIND_NO_INSTALL_PREFIX variable that can be set to disable searching the install prefix.