CMakeLists.txt: fix cmake warning

It implicitly converted STRINGS to STRING.
This commit is contained in:
Julian Oes
2019-05-02 11:02:48 +02:00
committed by Daniel Agar
parent 881d0f4143
commit 7dc10d2bea

View File

@@ -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