From 7be0bb6a4a9453442010c9e0341179f55c46250c Mon Sep 17 00:00:00 2001 From: Zeh Rizzatti Date: Wed, 6 Feb 2013 17:00:58 -0300 Subject: [PATCH] No need to build the tests --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4f61b9b4..8e27dfac 100755 --- a/install.sh +++ b/install.sh @@ -24,7 +24,7 @@ function install { build_dir=`mktemp -d -t ycm_build` pushd $build_dir cmake $ycm_dir/cpp - make + make ycm_core popd }