From 0cb0119f435c683136291a94eeb7010f30ff27db Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 7 Oct 2020 14:46:57 +0200 Subject: [PATCH] CMake: Remove outdated info from README.md 3.17.0 is released since a while. ANyhow, the requirement for 3.17 for simulator_and_device builds is already mentioned at the start. Change-Id: Ic8813bb60b010feb97a47b878124c3e75658813d Reviewed-by: Alexandru Croitor --- cmake/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmake/README.md b/cmake/README.md index 54c5f1094ec..e8bff0ab2b1 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -195,9 +195,6 @@ You can try choosing a different list of architectures by passing Note that if you choose different architectures compared to the default ones, the build might fail. Only do it if you know what you are doing. -#### simulator_and_device special considerations -To do a simulator_and_device build, an unreleased version of CMake is required (3.17.0). - # Debugging CMake files CMake allows specifying the ``--trace`` and ``--trace-expand`` options, which work like