The problem seems to be that Ubuntu 14.04 installs Python 3.4 by default and the installed CMake version only searches up to Python 3.3. A workaround is to add set(Python_ADDITIONAL_VERSIONS 3.4) before the find_package statement.
CMake 3.0 does search up to Python 3.4. I think this should be fixed somehow in Ubuntu since there is a inconsistency here. So either CMake should be upgraded or FindPythonLibs.cmake should be patched. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1323559 Title: cmake doesn't find python3-dev library To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/1323559/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
