mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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}`.
7 lines
269 B
Plaintext
7 lines
269 B
Plaintext
^CMake Error at [^
|
|
]*/Modules/FindPythonInterp.cmake:[0-9]+ \(message\):
|
|
The FindPythonInterp module has been removed by policy CMP0148\.
|
|
Call Stack \(most recent call first\):
|
|
CMP0148-Interp-NEW-path\.cmake:[0-9]+ \(include\)
|
|
CMakeLists\.txt:[0-9]+ \(include\)$
|