mirror of https://github.com/ArduPilot/ardupilot
ardupilotwaf: Fix incorrect comment for cmake minimum version
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
parent
8decb9d43f
commit
c58cc58363
|
@ -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::
|
the configuration to set a minimum version required for cmake. Example::
|
||||||
|
|
||||||
def configure(cfg):
|
def configure(cfg):
|
||||||
cfg.CMAKE_MIN_VERSION = '3.5.2'
|
cfg.env.CMAKE_MIN_VERSION = '3.5.2'
|
||||||
cfg.load('cmake')
|
cfg.load('cmake')
|
||||||
|
|
||||||
Usage example::
|
Usage example::
|
||||||
|
|
Loading…
Reference in New Issue