mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
a4c5b91f80
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
203 B
Plaintext
7 lines
203 B
Plaintext
^CMake Error at CMP0148-Libs-NEW-name\.cmake:[0-9]+ \(include\):
|
|
include could not find requested file:
|
|
|
|
FindPythonLibs
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)$
|