Skip to content

Commit

Permalink
Increases minimum CMake version required
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Tabin committed Sep 19, 2020
1 parent 15e3ac7 commit ba51b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
os: linux
dist: trusty
dist: bionic
language: cpp
compiler: gcc
addons:
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.8.0)
cmake_minimum_required(VERSION 3.12.0)

project(libzippp VERSION 3.0.0)

Expand Down

0 comments on commit ba51b50

Please sign in to comment.