CMakeLists.txt: Change required cmake version to 2.8
authorFelipe Barriga Richards <spam@felipebarriga.cl>
Mon, 31 Oct 2016 03:40:21 +0000 (00:40 -0300)
committerFelipe Barriga Richards <spam@felipebarriga.cl>
Mon, 31 Oct 2016 20:40:08 +0000 (17:40 -0300)
CMakeLists.txt

index e4254d66ff5e06f8d96bac2d492ccdcb476c24f4..fa26eb935d46ccdef41f17c633578449d462ef55 100644 (file)
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.6)
+cmake_minimum_required(VERSION 2.8)
 project(fuse_xattrs)
 
 include (CheckIncludeFileCXX)