Skip to content

Commit

Permalink
ardupilotwaf: Fix incorrect comment for cmake minimum version
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 authored and peterbarker committed Aug 24, 2023
1 parent 8decb9d commit c58cc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/ardupilotwaf/cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
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::
Expand Down

0 comments on commit c58cc58

Please sign in to comment.