mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-07-25 02:14:24 +08:00
Merge pull request #13 from fenglc/patch-1
Reduced minimum required cmake version to 3.7.2, to support e.g. Debian Stretch.
This commit is contained in:
commit
2b2bd77020
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user