[cmake] bump hunter gate version

This commit is contained in:
Timothy Stack 2020-09-21 23:33:27 -07:00
parent 8ff80ceff0
commit d8bc5b71c8
1 changed files with 2 additions and 2 deletions

View File

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