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:
parent
a49d084429
commit
c00675cafb
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
|
||||
project(libwebsockets)
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue