bump hunter version

This commit is contained in:
Timothy Stack 2020-06-09 20:39:51 -07:00
parent d2b9d1cd1c
commit 4250fe9c67
1 changed files with 2 additions and 3 deletions

View File

@ -3,9 +3,8 @@ cmake_minimum_required(VERSION 3.2)
include("cmake/HunterGate.cmake")
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.23.253.tar.gz"
SHA1 "88ea6d37c897a81a080eb9ae0f69d7807bbb3c73"
LOCAL
URL "https://github.com/cpp-pm/hunter/archive/v0.23.256.tar.gz"
SHA1 "e9b8328133fc0643d5f921fec81f2c0808c98419"
)
set(CMAKE_CXX_STANDARD 14)