Hello,

I am trying to get a not-so-old project to build (gizmod.sourceforge.net) which 
requires Python2.7 and libboost-python. 
I cannot seem to figure out how to do a find_package(PythonLibs REQUIRED) that 
will not consider that Python 3.4 is a suitable newer version of Python 2.7 . 
Is that even possible? The documentation in FindPythonLibs.cmake suggests that 
one can limit the search to specific versions, but that doesn't work.
And using find_package(PythonLibs 2.7.5 EXACT REQUIRED) raises an error because 
it too finds v3.4 ...

Thanks,
R.B.
-- 

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

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

Reply via email to