From fbdd738003e344707df50b107b259cf44f02bd2c Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Thu, 8 Dec 2016 17:13:55 +0200 Subject: [PATCH] revise the cmake version --- fortune-mod/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortune-mod/CMakeLists.txt b/fortune-mod/CMakeLists.txt index fe7b4d2..4496934 100644 --- a/fortune-mod/CMakeLists.txt +++ b/fortune-mod/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.2) SET (private_mod_path "${CMAKE_SOURCE_DIR}/cmake") LIST (APPEND CMAKE_MODULE_PATH "${private_mod_path}") -- 2.50.1