Skip to content

Commit b55024b

Browse files
tristan957mikeb01
authored andcommitted
Move minimum CMake to 3.12
3.12 is available on all platforms that HdrHistogram_c tests on.
1 parent 422f29d commit b55024b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
hdr_log_required: DISABLED
2626
include:
2727
- cmake: minimal
28-
cmake_url_part: v3.5/cmake-3.5.2
28+
cmake_url_part: v3.12/cmake-3.12.4
2929
- cmake: latest
3030
cmake_url_part: v3.17/cmake-3.17.3
3131
- os: linux

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.12)
22

33
project(hdr_histogram
44
VERSION 0.11.3

0 commit comments

Comments
 (0)