Skip to content

Commit

Permalink
Auto merge of #912 - qhsong:master, r=micbou
Browse files Browse the repository at this point in the history
Download libclang and llvm from https

Change libclangsource to https to avoid some http hijack.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/912)
<!-- Reviewable:end -->
  • Loading branch information
zzbot authored Jan 25, 2018
2 parents c39c7c6 + 719c34b commit 8e508c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/ycm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if ( USE_CLANG_COMPLETER AND
set( CLANG_PACKAGE "libclang" )
else()
set( CLANG_URL
"http://releases.llvm.org/${CLANG_VERSION}/${CLANG_FILENAME}" )
"https://releases.llvm.org/${CLANG_VERSION}/${CLANG_FILENAME}" )
set( CLANG_PACKAGE "Clang" )
endif()

Expand Down

0 comments on commit 8e508c3

Please sign in to comment.