From 759b8b0a091046ab9891a66c582d4900f2421e74 Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Wed, 27 Apr 2016 14:06:08 +0700 Subject: [PATCH] Qt: ++PACKAGE_INTERNAL_DEPS_ID --- cmake/projects/Qt/hunter.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/projects/Qt/hunter.cmake.in b/cmake/projects/Qt/hunter.cmake.in index 1342567242..d40af1af52 100644 --- a/cmake/projects/Qt/hunter.cmake.in +++ b/cmake/projects/Qt/hunter.cmake.in @@ -82,5 +82,5 @@ hunter_pick_scheme(DEFAULT url_sha1_qt) hunter_download( PACKAGE_NAME Qt PACKAGE_COMPONENT "@qt_component@" - PACKAGE_INTERNAL_DEPS_ID "9" + PACKAGE_INTERNAL_DEPS_ID "10" )