mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-26 17:53:59 -04:00
waf: px4: require cmake version at least 3.2
That way we avoid build errors due to things not supported in earlier versions.
This commit is contained in:
parent
03728ac2f7
commit
6fa97c2289
@ -207,6 +207,7 @@ def _process_romfs(self):
|
|||||||
self.create_task('px4_copy', src, dst)
|
self.create_task('px4_copy', src, dst)
|
||||||
|
|
||||||
def configure(cfg):
|
def configure(cfg):
|
||||||
|
cfg.env.CMAKE_MIN_VERSION = '3.2'
|
||||||
cfg.load('cmake')
|
cfg.load('cmake')
|
||||||
cfg.find_program('cp')
|
cfg.find_program('cp')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user