Skip to content

Commit f11b728

Browse files
authored
Merge pull request #1864 from honeybee-robotics-forks/fix-nonstandard-psp-mission-dir
Fix #1921, support for non-standard psp source directory
2 parents 2922987 + 6c0de65 commit f11b728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/arch_build.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ function(process_arch SYSVAR)
585585
set(CFE_PSP_EXPECTED_OSAL_BSPTYPE ${CFE_SYSTEM_PSPNAME})
586586

587587
# Include any specific compiler flags or config from the selected PSP
588-
include(${MISSION_SOURCE_DIR}/psp/fsw/${CFE_SYSTEM_PSPNAME}/make/build_options.cmake)
588+
include(${psp_MISSION_DIR}/fsw/${CFE_SYSTEM_PSPNAME}/make/build_options.cmake)
589589

590590
if (NOT DEFINED OSAL_SYSTEM_BSPTYPE)
591591
# Implicitly use the OSAL BSP that corresponds with the CFE PSP

0 commit comments

Comments
 (0)