Forcing use of python2 for ycm_core; fixes #2
This commit is contained in:
parent
424736e395
commit
594d8365b3
@ -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" )
|
||||||
|
Loading…
Reference in New Issue
Block a user