Skip to content

Commit

Permalink
Move minimum CMake to 3.12
Browse files Browse the repository at this point in the history
3.12 is available on all platforms that HdrHistogram_c tests on.
  • Loading branch information
tristan957 authored and mikeb01 committed Mar 1, 2022
1 parent 422f29d commit b55024b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
hdr_log_required: DISABLED
include:
- cmake: minimal
cmake_url_part: v3.5/cmake-3.5.2
cmake_url_part: v3.12/cmake-3.12.4
- cmake: latest
cmake_url_part: v3.17/cmake-3.17.3
- os: linux
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.12)

project(hdr_histogram
VERSION 0.11.3
Expand Down

0 comments on commit b55024b

Please sign in to comment.