From 0cd59294fd145d834cf0f5f02f0e060bf43aa85b Mon Sep 17 00:00:00 2001 From: Felipe Barriga Richards Date: Mon, 31 Oct 2016 00:40:21 -0300 Subject: [PATCH] CMakeLists.txt: Change required cmake version to 2.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e4254d6..fa26eb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 2.8) project(fuse_xattrs) include (CheckIncludeFileCXX) -- 2.39.2