Skip to content

Commit

Permalink
Fix YCMBootstrap
Browse files Browse the repository at this point in the history
Fix #108
  • Loading branch information
traversaro authored Nov 25, 2016
1 parent e72b081 commit 2fc82ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/YCMEPHelper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ macro(_YCM_INCLUDE _module)
if(NOT YCM_SKIP_HASH_CHECK)
set(_expected_hash_args EXPECTED_HASH SHA1=${_ycm_${_module}_sha1sum})
endif()
include_url(${YCM_BOOTSTRAP_BASE_ADDRESS}/cmake-next/Modules/${_module}.cmake
include_url(${YCM_BOOTSTRAP_BASE_ADDRESS}/cmake-next/proposed/${_module}.cmake
${_expected_hash_args}
DOWNLOAD_ONCE
STATUS _download_status)
Expand Down

0 comments on commit 2fc82ab

Please sign in to comment.