cmake/debian/NEWS
Modestas Vainius f0b0b0d2f4 Backport a bunch of FindPython* related commits from cmake master.
It is now possible to force a specific python version via command line again.
The interface has changed though, see NEWS entry. (Closes: #663188)

(patch backport_findpython_fixes.diff)
2012-03-17 00:40:43 +02:00

10 lines
430 B
Plaintext

cmake (2.8.7-4) unstable; urgency=low
From now on, pass either -DPythonInterp_FIND_VERSION=<version> or
-DPythonLibs_FIND_VERSION=<version> respectively in order to tell cmake to
look for the specific Python version. However, if an explicit Python version
is requested via find_package(), it will override the one specified on the
command line.
-- Modestas Vainius <modax@debian.org> Fri, 16 Mar 2012 22:15:23 +0200