From: Felipe Barriga Richards Date: Mon, 31 Oct 2016 03:40:21 +0000 (-0300) Subject: CMakeLists.txt: Change required cmake version to 2.8 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=0cd59294fd145d834cf0f5f02f0e060bf43aa85b;p=rrq%2Ffuse_xattrs.git CMakeLists.txt: Change required cmake version to 2.8 --- 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)