mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
CMakeLists.txt: fix cmake warning
It implicitly converted STRINGS to STRING.
This commit is contained in:
@@ -147,7 +147,7 @@ if(NOT PX4_CONFIG_FILE)
|
||||
"boards/*.cmake"
|
||||
)
|
||||
|
||||
set(PX4_CONFIGS ${board_configs} CACHE STRINGS "PX4 board configs" FORCE)
|
||||
set(PX4_CONFIGS ${board_configs} CACHE STRING "PX4 board configs" FORCE)
|
||||
|
||||
foreach(filename ${board_configs})
|
||||
# parse input CONFIG into components to match with existing in tree configs
|
||||
|
||||
Reference in New Issue
Block a user