summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/no_install_prefix/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Find: Support per call disabling of CMAKE_INSTALL_PREFIXRobert Maynard2022-04-151-1/+1
| | | | Fixes #23359
* Allow disabling adding the install prefix to the prefix search path.Stephen Kelly2013-10-311-0/+15
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.