From 138ad25c7441a1646e48cadac33febe5c47f0a81 Mon Sep 17 00:00:00 2001 From: BenDroid Date: Sat, 20 Jan 2018 14:54:06 +0100 Subject: [PATCH] Changed cmake minimum for test to 2.8 --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e78fcd51..90cf1cf7 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,5 +1,5 @@ project("xmrig-test" C) -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 2.8) include(CTest)