Skip to content

Commit 4f76f5f

Browse files
authored
Merge pull request nasa#1139 from nasa/6.8.x
Fix nasa#1070 for main branch (merge of 6.8.x after bookkeeping)
2 parents aed159c + ea20cb3 commit 4f76f5f

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
@@ -62,7 +62,7 @@ endfunction(initialize_globals)
6262
function(add_psp_module MOD_NAME MOD_SRC_FILES)
6363

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

6868
# Create the module

0 commit comments

Comments
 (0)