Skip to content

Commit

Permalink
Merge pull request #1864 from honeybee-robotics-forks/fix-nonstandard…
Browse files Browse the repository at this point in the history
…-psp-mission-dir

Fix #1921, support for non-standard psp source directory
  • Loading branch information
astrogeco committed Aug 31, 2021
2 parents 2922987 + 6c0de65 commit f11b728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/arch_build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ function(process_arch SYSVAR)
set(CFE_PSP_EXPECTED_OSAL_BSPTYPE ${CFE_SYSTEM_PSPNAME})

# Include any specific compiler flags or config from the selected PSP
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)

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

0 comments on commit f11b728

Please sign in to comment.