summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-03-06 17:06:43 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-03-07 09:34:04 +0000
commite3c2d74506db74c07e25b71c8cf7fc770b134166 (patch)
treefba01a7e0a7ce92cb35e7ef816dac13ca157b175
parentb51fbd72b950c335070c30b47b156f3f0dda9692 (diff)
Update README to specify the minimum version of CMake needed
Change-Id: I10e594859129bddfa56f078389b2272a0072fda0 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--cmake/README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/cmake/README.md b/cmake/README.md
index 7d3d71f765..8f0b498c14 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -4,9 +4,12 @@ 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, qdbusxml2cpp, etc. are missing.
-NOTE: YOU WILL NEED CMAKE 3.14 or later (for example, master branch,
-after a1b3d79f728f2c626d3aac2e68dbab524baa4634, for more details see
-https://gitlab.kitware.com/cmake/cmake/merge_requests/2679 ).
+NOTE: YOU WILL NEED CMAKE 3.15 or later (for example, master branch,
+after 168c11f70e52f9b4f00ef289a95023be3f273d2d, for more details see
+https://gitlab.kitware.com/cmake/cmake/merge_requests/2679
+and
+https://gitlab.kitware.com/cmake/cmake/merge_requests/3049
+).
# Intro