From 3aa567c074918adc84d02381ed08d187e6378240 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Fri, 23 Aug 2019 19:57:09 +0300 Subject: [PATCH] Convert From bitbucket-hg to git due to sunsetting See: https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket Moved shlomif-common to https://github.com/shlomif/shlomif-cmake-modules . --- fortune-mod/cmake/shlomif_common_bootstrap.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fortune-mod/cmake/shlomif_common_bootstrap.cmake b/fortune-mod/cmake/shlomif_common_bootstrap.cmake index 8ee7112..a853cc0 100644 --- a/fortune-mod/cmake/shlomif_common_bootstrap.cmake +++ b/fortune-mod/cmake/shlomif_common_bootstrap.cmake @@ -4,7 +4,7 @@ SET (_result) INCLUDE(Shlomif_Common OPTIONAL RESULT_VARIABLE _result) IF ("${_result}" STREQUAL "NOTFOUND") - MESSAGE (WARNING "Could not find Shlomif_Common.cmake - you can find it here: https://bitbucket.org/shlomif/shlomif-cmake-modules/overview ; trying to download it for you.") - FILE (DOWNLOAD "https://bitbucket.org/shlomif/shlomif-cmake-modules/raw/default/shlomif-cmake-modules/Shlomif_Common.cmake" "${private_mod_path}/Shlomif_Common.cmake") + MESSAGE (WARNING "Could not find Shlomif_Common.cmake - you can find it here: https://github.com/shlomif/shlomif-cmake-modules ; trying to download it for you.") + FILE (DOWNLOAD "https://raw.githubusercontent.com/shlomif/shlomif-cmake-modules/master/shlomif-cmake-modules/Shlomif_Common.cmake" "${private_mod_path}/Shlomif_Common.cmake") INCLUDE(Shlomif_Common) ENDIF () -- 2.40.0