summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_package/CMP0148-Interp-WARN.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FindPython{Interp,Libs}: Add policy to remove these modulesBrad King2023-03-301-0/+6
The `FindPythonInterp` and `FindPythonLibs` modules have been deprecated since CMake 3.12. Add a policy to pretend they do not exist in order to encourage projects to port to `FindPython` or `FindPython{2,3}`.