Browse Source

package/hunter/HunterInit.cmake : wrong url

pull/298/head
Pascal Thomet 8 years ago
parent
commit
683a81a407
  1. 4
      package/hunter/HunterInit.cmake

4
package/hunter/HunterInit.cmake

@ -7,6 +7,6 @@ file(
# FIXME : will need to replace this url with the main hunter url !
include("${CMAKE_CURRENT_LIST_DIR}/HunterGate.cmake")
HunterGate(
URL "https://github.com/pthom/magnum/archive/hunter_rc3.tar.gz"
SHA1 "990c49b8bb085c395eebe8a46686552767cffb3f"
URL "https://github.com/pthom/hunter/archive/hunter_magnum_rc4.tar.gz"
SHA1 "31554df9e988f27f4daa9f4df9529d75007500bf"
)
Loading…
Cancel
Save