mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 05:17:26 +02:00
CMake 3.5.1 is required
This commit is contained in:
@ -3,6 +3,7 @@ Version 122:
|
|||||||
* Add test for issue 807
|
* Add test for issue 807
|
||||||
* assert on empty buffer in websocket read
|
* assert on empty buffer in websocket read
|
||||||
* Fix zlib symbol conflicts
|
* Fix zlib symbol conflicts
|
||||||
|
* CMake 3.5.1 is required
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
# Official repository: https://github.com/boostorg/beast
|
# Official repository: https://github.com/boostorg/beast
|
||||||
#
|
#
|
||||||
|
|
||||||
cmake_minimum_required (VERSION 3.5.2)
|
cmake_minimum_required (VERSION 3.5.1)
|
||||||
|
|
||||||
project (Beast VERSION 121)
|
project (Beast VERSION 121)
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ When using Microsoft Visual C++, Visual Studio 2015 Update 3 or later is require
|
|||||||
One of these components is required in order to build the tests and examples:
|
One of these components is required in order to build the tests and examples:
|
||||||
|
|
||||||
* Properly configured bjam/b2
|
* Properly configured bjam/b2
|
||||||
* CMake 3.7.2 or later (Windows only)
|
* CMake 3.5.1 or later (Windows only)
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user