Skip to content
Snippets Groups Projects
Commit c00675ca authored by Hiroaki Sakon's avatar Hiroaki Sakon Committed by Andy Green
Browse files

fix required CMake version

AG also updated the machine-readable min cmake version
parent a49d0844
No related branches found
No related tags found
No related merge requests found
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment