Skip to content

Commit ec4077c

Browse files
committed
build: Update minimum CMake version and Hunter version
1 parent b56a0bb commit ec4077c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
cmake_minimum_required(VERSION 3.0)
1+
cmake_minimum_required(VERSION 3.5)
22

33
# Package Management using Hunter
44
include("cmake/HunterGate.cmake")
55
HunterGate(
6-
URL "https://github.com/cpp-pm/hunter/archive/v0.23.224.tar.gz"
7-
SHA1 "18e57a43efc435f2e1dae1291e82e42afbf940be"
6+
URL "https://github.com/cpp-pm/hunter/archive/v0.23.297.tar.gz"
7+
SHA1 "3319fe6a3b08090df7df98dee75134d68e2ef5a3"
88
LOCAL
99
)
1010

0 commit comments

Comments
 (0)