Skip to content

Commit

Permalink
Merge pull request nasa#1072 from jphickey/fix-1070-psp-includedir
Browse files Browse the repository at this point in the history
Fix nasa#1070, patch PSP include directory reference
  • Loading branch information
astrogeco authored Jan 27, 2021
2 parents 27cc7df + 6da6a1b commit ea20cb3
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 @@ -62,7 +62,7 @@ endfunction(initialize_globals)
function(add_psp_module MOD_NAME MOD_SRC_FILES)

# Include the PSP shared directory so it can get to cfe_psp_module.h
include_directories(${MISSION_SOURCE_DIR}/psp/fsw/shared)
include_directories(${MISSION_SOURCE_DIR}/psp/fsw/shared/inc)
add_definitions(-D_CFE_PSP_MODULE_)

# Create the module
Expand Down

0 comments on commit ea20cb3

Please sign in to comment.