See:
https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket
Moved shlomif-common to https://github.com/shlomif/shlomif-cmake-modules .
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 ()