Am Samstag, 7. April 2012, 22:23:47 schrieb Laszlo Papp:
> Hey,
> 
> I am now really wondering why Python3 has never been supported so far.
> At least, I cannot make that version of python work at the moment. We
> have switched to Python3 in the KDE Windows project, and some projects
> are not building because of the FindPythonInterpreter.cmake file.

This is already fixed for the upcoming CMake 2.8.8. Please download the current 
rc and check if it works for you. If you explicitely need a 3.x version then

find_package(PythonInterp 3)

should enforce that a python >= 3.0 is found.

Eike

Attachment: signature.asc
Description: This is a digitally signed message part.

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to