eidheim / Simple-Web-Server

A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
MIT License
2.61k stars 751 forks source link

Update CMake minimum required version to 3.0 (#191) #192

Closed taivop closed 6 years ago

taivop commented 6 years ago

See issue #191.

eidheim commented 6 years ago

Thank you, and sorry for the late response (I have the flu at the moment). The problem is that Ubuntu 14.04 ships cmake version 2.8.12.2 (1 year left of it's LTS). Luckily debian jessie ships cmake 3.0 through. However, I'll merge this since if the choice is between not working on older systems, and not working on newer systems, I guess one should go with dropping Ubuntu 14.04 support unless the users upgrade their cmake version there.