From 4f5dbb0d46fa2e1352e008aca521511228607383 Mon Sep 17 00:00:00 2001 From: michalbiesek <39981869+michalbiesek@users.noreply.github.com> Date: Thu, 11 Jul 2019 08:25:12 +0200 Subject: [PATCH] Update Cmake version to 2.8 (#197) - To be consistent with README --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd8e95a4b..3d0534f71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.8) project(ccommon C) # Uncomment the following to output dependency graph debugging messages