mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 03:47:35 +08:00
cmake: Missed anm insuance of config_
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ endif(NOT NESTED_CMAKE_CALL)
|
||||
message("OS = ${OS}")
|
||||
|
||||
# prefer board implementation module over os implmementation module
|
||||
set(config_module "configs/config_${OS}_${BOARD}_${LABEL}")
|
||||
set(config_module "configs/${OS}_${BOARD}_${LABEL}")
|
||||
set(config_path "${CMAKE_SOURCE_DIR}/cmake/${config_module}.cmake")
|
||||
if (EXISTS ${config_path})
|
||||
include(${config_module})
|
||||
|
||||
Reference in New Issue
Block a user