diff --git a/cmake/config.cmake b/cmake/config.cmake index 9da2ea6e2f..92dfb20894 100644 --- a/cmake/config.cmake +++ b/cmake/config.cmake @@ -17,5 +17,5 @@ include(hunter_config) hunter_config(Boost VERSION 1.55.0) hunter_config(GTest VERSION 1.7.0-hunter-1) hunter_config(OpenSSL VERSION 1.0.1e) -hunter_config(Sugar VERSION 1.0.3) +hunter_config(Sugar VERSION 1.0.4) hunter_config(ios_sim VERSION 1.8.2) diff --git a/cmake/projects/Sugar/hunter.cmake b/cmake/projects/Sugar/hunter.cmake index 70c42e5869..46e4f19e73 100644 --- a/cmake/projects/Sugar/hunter.cmake +++ b/cmake/projects/Sugar/hunter.cmake @@ -57,6 +57,17 @@ hunter_add_version( d0929748df6c4cc7126863d5799018e513c73f27 ) +hunter_add_version( + PACKAGE_NAME + Sugar + VERSION + "1.0.4" + URL + "https://github.com/ruslo/sugar/archive/v1.0.4.tar.gz" + SHA1 + f5547294647ed386e7bed7fc489f1ba53ab30b57 +) + hunter_download( PACKAGE_NAME Sugar