mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 15:40:31 +08:00
CMakeLists.txt: fix cmake warning
It implicitly converted STRINGS to STRING.
This commit is contained in:
+1
-1
@@ -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