From 78e11f747978b509d0e74e4b570ffaa5778933ef Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Thu, 7 Feb 2013 19:24:34 -0800 Subject: [PATCH] Typo fix --- 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 b17caba4..65b12785 100644 --- a/cpp/ycm/CMakeLists.txt +++ b/cpp/ycm/CMakeLists.txt @@ -48,7 +48,7 @@ if ( USE_CLANG_COMPLETER AND NOT USE_SYSTEM_LIBCLANG AND NOT PATH_TO_LLVM_ROOT ) message( "System libclang seems good enough, using it." ) else() # If the wrong version, or not found, download - message( "Downloading Clang 3.2 (system libclang not present or not good enough" ) + message( "Downloading Clang 3.2 (system libclang not present or not good enough)" ) set( CLANG_URL "http://llvm.org/releases/3.2" )