mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 11:23:06 +08:00
px4io: remove unused cmake_policy
This should fix the build with older cmake versions.
This commit is contained in:
@@ -51,9 +51,6 @@ px4_add_module(
|
||||
if(CONFIG_BOARD_IO)
|
||||
message(STATUS "drivers/px4io: ROMFS including ${CONFIG_BOARD_IO}")
|
||||
|
||||
# ExternalProject_Add() with GIT_SUBMODULES "" initializes no submodules.
|
||||
cmake_policy(SET CMP0097 NEW)
|
||||
|
||||
include(ExternalProject)
|
||||
|
||||
ExternalProject_Add(px4io_firmware_build
|
||||
|
||||
Reference in New Issue
Block a user