The docker images are running 3.16. They work, so that is a fine minimum
This commit is contained in:
Thad House 2020-11-09 16:27:40 -08:00 коммит произвёл GitHub
Родитель e2b506a2d5
Коммит 65adabebe5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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