Forcing use of python2 for ycm_core; fixes #2

This commit is contained in:
Strahinja Val Markovic 2013-01-29 21:23:27 -08:00
parent 424736e395
commit 594d8365b3

View File

@ -19,7 +19,7 @@ cmake_minimum_required( VERSION 2.8 )
project( ycm_core ) project( ycm_core )
find_package( PythonLibs REQUIRED ) find_package( PythonLibs 2 REQUIRED )
option( USE_CLANG_COMPLETER "Use Clang semantic completer for C/C++/ObjC" OFF ) option( USE_CLANG_COMPLETER "Use Clang semantic completer for C/C++/ObjC" OFF )
option( PATH_TO_LLVM_ROOT "Path to the root of a LLVM+Clang binary distribution" ) option( PATH_TO_LLVM_ROOT "Path to the root of a LLVM+Clang binary distribution" )