mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -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
207 B
Plaintext
7 lines
207 B
Plaintext
^CMake Error at CMP0148-Interp-NEW-name\.cmake:[0-9]+ \(include\):
|
|
include could not find requested file:
|
|
|
|
FindPythonInterp
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)$
|