]> granicus.if.org Git - fortune-mod/commitdiff
Convert From bitbucket-hg to git due to sunsetting
authorShlomi Fish <shlomif@shlomifish.org>
Fri, 23 Aug 2019 16:57:09 +0000 (19:57 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Fri, 23 Aug 2019 16:57:09 +0000 (19:57 +0300)
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

index 8ee7112d2ff7c4e8da3ac6979a78ee1d5ae37919..a853cc018cdf521e91e2979ea2ac2b6728270d4f 100644 (file)
@@ -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 ()