1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

fix required CMake version

AG also updated the machine-readable min cmake version
This commit is contained in:
Hiroaki Sakon 2014-09-22 22:39:59 +09:00 committed by Andy Green
parent a49d084429
commit c00675cafb
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 2.8)
project(libwebsockets)

View file

@ -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.