mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
allow older cmake to support Visual Studio 2017
This commit is contained in:
parent
9aa42c3fd6
commit
3dedaec322
|
@ -10,7 +10,7 @@ For more extensive info, see the [Windows build instructions](build.rst).
|
|||
|
||||
* Requires Microsoft Visual Studio 2017 or newer with C++ component.
|
||||
* Requires NASM for libjpeg-turbo, a required dependency when using this script.
|
||||
* Requires CMake 3.13 or newer.
|
||||
* Requires CMake 3.12 or newer (available as Visual Studio component).
|
||||
* Python 3.6+ is required to generate valid scripts, but builds targeting Python 3.5+ are supported.
|
||||
* Tested on Windows Server 2016 with Visual Studio 2017 Community (AppVeyor).
|
||||
* Tested on Windows Server 2019 with Visual Studio 2019 Enterprise (GitHub Actions).
|
||||
|
|
|
@ -27,7 +27,7 @@ Download and install:
|
|||
<https://visualstudio.microsoft.com/downloads/>`_
|
||||
(MSVC C++ build tools, and any Windows SDK version required)
|
||||
|
||||
* `CMake 3.13 or newer <https://cmake.org/download/>`_
|
||||
* `CMake 3.12 or newer <https://cmake.org/download/>`_
|
||||
(also available as Visual Studio component C++ CMake tools for Windows)
|
||||
|
||||
* `NASM <https://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D>`_
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.13)
|
||||
cmake_minimum_required(VERSION 3.12)
|
||||
|
||||
project(fribidi)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.13)
|
||||
cmake_minimum_required(VERSION 3.12)
|
||||
|
||||
project(libraqm)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user