зеркало из https://github.com/microsoft/msquic.git
Set CMake minimum to 3.16 (#1004)
The docker images are running 3.16. They work, so that is a fine minimum
This commit is contained in:
Родитель
e2b506a2d5
Коммит
65adabebe5
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) Microsoft Corporation.
|
||||
# Licensed under the MIT License.
|
||||
|
||||
cmake_minimum_required(VERSION 3.17)
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
# Disable in-source builds to prevent source tree corruption.
|
||||
if("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}")
|
||||
|
|
|
@ -89,7 +89,7 @@ For the very first time you build, it's recommend to make sure you have all the
|
|||
./scripts/prepare-machine.ps1 -Configuration Dev
|
||||
```
|
||||
|
||||
Note at minimum CMake 3.17 is required. Instructions for installing a the newest version on Ubuntu can be found here. https://apt.kitware.com/. The prepare-machine script will not do this for you.
|
||||
Note at minimum CMake 3.16 is required. Instructions for installing a the newest version on Ubuntu can be found here. https://apt.kitware.com/. The prepare-machine script will not do this for you.
|
||||
|
||||
### Additional Requirements on Windows
|
||||
|
||||
|
@ -131,7 +131,7 @@ The following section details how to build MsQuic purely with CMake commands.
|
|||
|
||||
Note that you will need to disable logging if building with CMake exclusively. Logging enabled requires .NET Core and at least the configuration from prepare-machine.ps1 in order to build.
|
||||
|
||||
Note at minimum CMake 3.17 is required. Instructions for installing a the newest version on Ubuntu can be found here. https://apt.kitware.com/
|
||||
Note at minimum CMake 3.16 is required. Instructions for installing a the newest version on Ubuntu can be found here. https://apt.kitware.com/
|
||||
|
||||
## Install Dependencies
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче