rst.proto.py2_version_fix.patch

N. Köster, 11/06/2015 04:04 PM

Download (727 Bytes)

View differences:

python/CMakeLists.txt
1
FIND_PACKAGE(PythonInterp)
1
FIND_PACKAGE(PythonInterp 2.7)
2 2

  
3 3
# also check that setuptools is available
4 4
IF(PYTHONINTERP_FOUND AND ((NOT PYTHON_VERSION_MAJOR) OR (PYTHON_VERSION_MAJOR EQUAL 2)) AND NOT SETUPTOOLS_FOUND)
5
-