From 9fd354fee4b7725b4d8bffa912a860ee819ea42d Mon Sep 17 00:00:00 2001 From: XMRig Date: Sat, 16 Dec 2017 19:27:11 +0700 Subject: [PATCH] #262 Reduce cmake version requirement to 2.8. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a1f238a..377bdb94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 2.8) project(xmrig) option(WITH_LIBCPUID "Use Libcpuid" ON)