From eaa3d321a49caed9a617a88639a3b3655f0bb669 Mon Sep 17 00:00:00 2001 From: David Hirvonen Date: Mon, 2 Jan 2017 23:54:18 -0500 Subject: [PATCH] udpate dlib to 19.2-p1 * resubmit earlier hunter PR from @xsacha * use 19.2-p1 instead of v19.2-p1 to match earlier syntax --- cmake/configs/default.cmake | 2 +- cmake/projects/dlib/hunter.cmake | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/cmake/configs/default.cmake b/cmake/configs/default.cmake index c79acf180d..e082aca763 100644 --- a/cmake/configs/default.cmake +++ b/cmake/configs/default.cmake @@ -107,7 +107,7 @@ hunter_config(cvmatio VERSION 1.0.27-p3) hunter_config(damageproto VERSION 1.2.1) hunter_config(dbus VERSION 1.10.0-hunter-4) hunter_config(dest VERSION 0.8.0-p3) -hunter_config(dlib VERSION 19.0-p3) +hunter_config(dlib VERSION 19.2-p1) hunter_config(dri2proto VERSION 2.8) hunter_config(dri3proto VERSION 1.0) hunter_config(drm VERSION 2.4.67) diff --git a/cmake/projects/dlib/hunter.cmake b/cmake/projects/dlib/hunter.cmake index 2fa12a1a6b..85002da985 100644 --- a/cmake/projects/dlib/hunter.cmake +++ b/cmake/projects/dlib/hunter.cmake @@ -9,6 +9,17 @@ include(hunter_cmake_args) include(hunter_download) include(hunter_pick_scheme) +hunter_add_version( + PACKAGE_NAME + dlib + VERSION + "19.2-p1" + URL + "https://github.com/hunter-packages/dlib/archive/v19.2-p1.tar.gz" + SHA1 + fec7fdc72c42c5bc1ca466f9be325594921a80c8 +) + hunter_add_version( PACKAGE_NAME dlib