ardupilotwaf: Fix incorrect comment for cmake minimum version

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-08-22 21:53:18 -06:00 committed by Peter Barker
parent 8decb9d43f
commit c58cc58363
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ You can use CMAKE_MIN_VERSION environment variable before loading this tool in
the configuration to set a minimum version required for cmake. Example::
def configure(cfg):
cfg.CMAKE_MIN_VERSION = '3.5.2'
cfg.env.CMAKE_MIN_VERSION = '3.5.2'
cfg.load('cmake')
Usage example::