1 --- CMakeLists.txt 2011-09-28 17:04:39.799885868 -0400
2 +++ CMakeLists.txt.new 2011-09-28 17:07:27.546551093 -0400
4 # header file search path
7 - COMMAND python-config --includes
8 + COMMAND python2-config --includes
9 COMMAND sed -r "s/-I//g; s/ +/;/g"
11 OUTPUT_VARIABLE Python_Includes
16 - COMMAND python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
17 + COMMAND python2 -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
18 OUTPUT_VARIABLE Python_site_packages
19 OUTPUT_STRIP_TRAILING_WHITESPACE