From c00675cafbb829bfdecd6d3297ccb6f7a6de2abc Mon Sep 17 00:00:00 2001 From: Hiroaki Sakon Date: Mon, 22 Sep 2014 22:39:59 +0900 Subject: [PATCH] fix required CMake version AG also updated the machine-readable min cmake version --- CMakeLists.txt | 2 +- README.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7cd3bf3..473b0573 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.8) project(libwebsockets) diff --git a/README.build b/README.build index 0e140366..dab5ac2e 100644 --- a/README.build +++ b/README.build @@ -31,7 +31,7 @@ see below on how to toggle compile options. Building on Unix: ----------------- -1. Install CMake 2.6 or greater: http://cmake.org/cmake/resources/software.html +1. Install CMake 2.8 or greater: http://cmake.org/cmake/resources/software.html (Most Unix distributions comes with a packaged version also) 2. Install OpenSSL.