Browse Source

package/hunter/HunterInit.cmake : use hunter_rc3 release

pull/298/head
Pascal Thomet 8 years ago
parent
commit
2f9046e666
  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 ! # FIXME : will need to replace this url with the main hunter url !
include("${CMAKE_CURRENT_LIST_DIR}/HunterGate.cmake") include("${CMAKE_CURRENT_LIST_DIR}/HunterGate.cmake")
HunterGate( HunterGate(
URL "https://github.com/pthom/hunter/archive/test-corrade-v2018.10.tar.gz" URL "https://github.com/pthom/magnum/archive/hunter_rc3.tar.gz"
SHA1 "3415f425f0ff1aa1754b8a2b57c77ba20f5b7bbc" SHA1 "990c49b8bb085c395eebe8a46686552767cffb3f"
) )

Loading…
Cancel
Save