CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/10/28 22:11:22
Modified files:
devel/cmake : cmake.port.mk
Log message:
Bring back the upper-case -DPYTHON_* for now
Some old cmake ports still use it. Many hints on how to use them or what to do
in the right order can be found here:
https://cmake.org/cmake/help/latest/module/FindPythonLibs.html
For the record: FindPythonInterp and FindPythonLibs are deprecated since
version 3.12: Use FindPython3, FindPython2 or FindPython instead. All of them
operate with -DPython instead of -DPYTHON.
Spotted by naddy