From 7f65d8894fbc251727a09b373dbff1ec10a865b7 Mon Sep 17 00:00:00 2001 From: Marc Jegliewski Date: Thu, 17 Mar 2022 17:17:29 +0100 Subject: [PATCH] Update Hunter to v0.24.0 and remove GTest config, as 1.11.0 is default since Hunter v0.23.307 --- cmake/Hunter/config.cmake | 10 ---------- cmake/Hunter/init.cmake | 6 +++--- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/cmake/Hunter/config.cmake b/cmake/Hunter/config.cmake index bb59304d..b53a1e4d 100644 --- a/cmake/Hunter/config.cmake +++ b/cmake/Hunter/config.cmake @@ -2,16 +2,6 @@ # Copyright 2021 Pawel Bylica. # Licensed under the Apache License, Version 2.0. -hunter_config( - GTest - VERSION 1.11.0 - URL https://github.com/google/googletest/archive/release-1.11.0.tar.gz - SHA1 7b100bb68db8df1060e178c495f3cbe941c9b058 - CMAKE_ARGS - HUNTER_INSTALL_LICENSE_FILES=LICENSE - gtest_force_shared_crt=TRUE -) - hunter_config( benchmark VERSION 1.6.0 diff --git a/cmake/Hunter/init.cmake b/cmake/Hunter/init.cmake index 5360881c..f1155fb0 100644 --- a/cmake/Hunter/init.cmake +++ b/cmake/Hunter/init.cmake @@ -11,7 +11,7 @@ if(NOT WIN32) endif() HunterGate( - URL https://github.com/cpp-pm/hunter/archive/v0.23.239.tar.gz - SHA1 135567a8493ab3499187bce1f2a8df9b449febf3 + URL "https://github.com/cpp-pm/hunter/archive/v0.24.0.tar.gz" + SHA1 "a3d7f4372b1dcd52faa6ff4a3bd5358e1d0e5efd" LOCAL -) +) \ No newline at end of file