From 02d65c23c176c80aa1edc129bc46a55f46003068 Mon Sep 17 00:00:00 2001 From: David Hirvonen Date: Fri, 18 Aug 2017 20:04:56 -0400 Subject: [PATCH] drishti-assets @ 1.8 --- cmake/configs/default.cmake | 2 +- cmake/projects/drishti_assets/hunter.cmake | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/cmake/configs/default.cmake b/cmake/configs/default.cmake index 2cdffa5bda..7b7677c5da 100644 --- a/cmake/configs/default.cmake +++ b/cmake/configs/default.cmake @@ -143,7 +143,7 @@ hunter_config(dlib VERSION 19.4-p2) hunter_config(doctest VERSION 1.2.0) hunter_config(dri2proto VERSION 2.8) hunter_config(dri3proto VERSION 1.0) -hunter_config(drishti_assets VERSION 1.7) +hunter_config(drishti_assets VERSION 1.8) hunter_config(drishti_faces VERSION 1.2) hunter_config(drm VERSION 2.4.67) hunter_config(eigen3-nnls VERSION 1.0.0) diff --git a/cmake/projects/drishti_assets/hunter.cmake b/cmake/projects/drishti_assets/hunter.cmake index 488aff3c75..9898ea7ddb 100644 --- a/cmake/projects/drishti_assets/hunter.cmake +++ b/cmake/projects/drishti_assets/hunter.cmake @@ -1,4 +1,5 @@ # Copyright (c) 2017, Ruslan Baratov +# Copyright (c) 2017, David Hirvonen # All rights reserved. # !!! DO NOT PLACE HEADER GUARDS HERE !!! @@ -30,6 +31,17 @@ hunter_add_version( 1c35ca176e4b30111eed44fd607d8a5ac0c71585 ) +hunter_add_version( + PACKAGE_NAME + drishti_assets + VERSION + 1.8 + URL + "https://github.com/elucideye/drishti-assets/archive/v1.8.tar.gz" + SHA1 + 1667a5209e83902a46251632dab25cf114d75c96 +) + hunter_pick_scheme(DEFAULT url_sha1_cmake) hunter_cacheable(drishti_assets) hunter_download(PACKAGE_NAME drishti_assets)