Requiring python 2.5

This commit is contained in:
Strahinja Val Markovic 2013-02-05 16:48:40 -08:00
parent dc54f2bdb9
commit b6401ca179
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ cmake_minimum_required( VERSION 2.8 )
project( BoostParts )
set( Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5 )
find_package( PythonLibs 2 REQUIRED )
find_package( PythonLibs 2.5 REQUIRED )
if ( NOT PYTHONLIBS_VERSION_STRING VERSION_LESS "3.0.0" )
message( FATAL_ERROR

View File

@ -20,7 +20,7 @@ cmake_minimum_required( VERSION 2.8 )
project( ycm_core )
set( Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5 )
find_package( PythonLibs 2 REQUIRED )
find_package( PythonLibs 2.5 REQUIRED )
if ( NOT PYTHONLIBS_VERSION_STRING VERSION_LESS "3.0.0" )
message( FATAL_ERROR