[build] fix the hunter config, the LOCAL flag was missing

This commit is contained in:
Timothy Stack 2020-09-24 16:02:14 -07:00
parent 5e01902c60
commit 8f0c918bb3

View File

@ -5,6 +5,7 @@ include("cmake/HunterGate.cmake")
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.23.269.tar.gz"
SHA1 "64024b7b95b4c86d50ae05b926814448c93a70a0"
LOCAL
)
set(CMAKE_CXX_STANDARD 14)