Skip to content

Commit

Permalink
Merge pull request #13 from fenglc/patch-1
Browse files Browse the repository at this point in the history
Reduced minimum required cmake version to 3.7.2, to support e.g. Debian Stretch.
  • Loading branch information
gulrak committed May 7, 2019
2 parents 275a1b7 + de1a631 commit 2b2bd77
Showing 1 changed file with 1 addition and 1 deletion.
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.9)
cmake_minimum_required(VERSION 3.7.2)
project(ghcfilesystem)

if(NOT DEFINED CMAKE_CXX_STANDARD)
Expand Down

0 comments on commit 2b2bd77

Please sign in to comment.