From e3c2d74506db74c07e25b71c8cf7fc770b134166 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 6 Mar 2019 17:06:43 +0100 Subject: [PATCH] Update README to specify the minimum version of CMake needed Change-Id: I10e594859129bddfa56f078389b2272a0072fda0 Reviewed-by: Simon Hausmann --- cmake/README.md | 9 ++++++--- 1 file 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