We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56a0bb commit ec4077cCopy full SHA for ec4077c
tests/CMakeLists.txt
@@ -1,10 +1,10 @@
1
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
2
3
# Package Management using Hunter
4
include("cmake/HunterGate.cmake")
5
HunterGate(
6
- URL "https://github.com/cpp-pm/hunter/archive/v0.23.224.tar.gz"
7
- SHA1 "18e57a43efc435f2e1dae1291e82e42afbf940be"
+ URL "https://github.com/cpp-pm/hunter/archive/v0.23.297.tar.gz"
+ SHA1 "3319fe6a3b08090df7df98dee75134d68e2ef5a3"
8
LOCAL
9
)
10
0 commit comments