We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2922987 + 6c0de65 commit f11b728Copy full SHA for f11b728
cmake/arch_build.cmake
@@ -585,7 +585,7 @@ function(process_arch SYSVAR)
585
set(CFE_PSP_EXPECTED_OSAL_BSPTYPE ${CFE_SYSTEM_PSPNAME})
586
587
# 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)
+ include(${psp_MISSION_DIR}/fsw/${CFE_SYSTEM_PSPNAME}/make/build_options.cmake)
589
590
if (NOT DEFINED OSAL_SYSTEM_BSPTYPE)
591
# Implicitly use the OSAL BSP that corresponds with the CFE PSP
0 commit comments