From 594d8365b3b335647ae1e5f1d90a6c43e8a319b9 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Tue, 29 Jan 2013 21:23:27 -0800 Subject: [PATCH] Forcing use of python2 for ycm_core; fixes #2 --- cpp/ycm/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ycm/CMakeLists.txt b/cpp/ycm/CMakeLists.txt index 76c4a1cc..429fd5d4 100644 --- a/cpp/ycm/CMakeLists.txt +++ b/cpp/ycm/CMakeLists.txt @@ -19,7 +19,7 @@ cmake_minimum_required( VERSION 2.8 ) 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( PATH_TO_LLVM_ROOT "Path to the root of a LLVM+Clang binary distribution" )