From 9c2cdf64d378af8b30fb7cb4d89e54e5b3ad660f Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Thu, 18 Apr 2019 13:25:46 +0200 Subject: [PATCH] Work on CI integration. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30f2947..597675c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.10) +cmake_minimum_required(VERSION 3.9) project(ghcfilesystem) if(NOT DEFINED CMAKE_CXX_STANDARD)