summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2019-06-05 15:19:08 +0200
committerKai Koehne <kai.koehne@qt.io>2019-06-05 13:23:15 +0000
commit6e0f48a99390a0e0573f697e4a0bbb0c86376e62 (patch)
tree933dd7783caed5cdf39c1e32835a49aa92d49a71
parent4e62517b9e72e7cb84e166134f90e06a83fdcf32 (diff)
CMake: Also bump to CMake 3.15 in README
Amends fecd9d90daa Change-Id: I5373844515c83d218f840b3277ac2c49f318620e Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--cmake/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/README.md b/cmake/README.md
index 610f7eea27..fc73defaa1 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -4,7 +4,7 @@ Initial port is on-going. Some modules of QtBase are ported, incl. some of the p
Basic functionality is there (moc, uic, etc.), but documentation, translations, etc. are missing.
-NOTE: YOU NEED CMAKE 3.14 or later.
+NOTE: YOU NEED CMAKE 3.15 or later.
# Intro