aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2022-05-27 15:52:29 +1000
committerfuzzard <fuzzard@kodi.tv>2022-06-01 19:10:35 +1000
commit32fdeb8e5c68376826601f22f43ac779b8a7523a (patch)
tree8be88ccba1670955007b57d375a564cd88a7fdff /docs
parent563d5502418403a4e12d36f4c4700d1f92057a8e (diff)
[cmake] Windows increase minimum required cmake version 3.20
Generator expressions for Multi-config generators (ie VS projects) require cmake 3.20.0 as a minimum. VS 2017 comes with version 3.20.21032501-MSVC_2 bundled.
Diffstat (limited to 'docs')
-rw-r--r--docs/README.Windows.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.Windows.md b/docs/README.Windows.md
index fd6c713c36..d07cac4e43 100644
--- a/docs/README.Windows.md
+++ b/docs/README.Windows.md
@@ -46,7 +46,7 @@ Several different strategies are used to draw your attention to certain pieces o
## 2. Prerequisites
To build Kodi:
-* **[CMake](https://cmake.org/download/)** (version 3.15 or greater is required to build with Visual Studio 2019, version 3.21 or greater to build with Visual Studio 2022)
+* **[CMake](https://cmake.org/download/)** (version 3.20 or greater is required to build Kodi, version 3.21 or greater to build with Visual Studio 2022)
* **[Git for Windows](https://gitforwindows.org/)**
* **[Java Runtime Environment (JRE)](http://www.oracle.com/technetwork/java/javase/downloads/index.html)**
* **[Nullsoft scriptable install system (NSIS)](http://nsis.sourceforge.net/Download)** (Only needed if you want to generate an installer file)