Skip to content

Commit

Permalink
cmake logic error
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-clmsn committed Oct 30, 2023
1 parent 3cd7e8a commit 7e414e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/HPX_SetupOpenSHMEM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ macro(hpx_setup_openshmem)

messsage(
STATUS
"1)${OSHMEM_INFO} 2)${OSHMEM_INFO_OUTPUT} 3)${OSHMEM_INFO_OUTPUT_CONTENT} 4)${OSHMEM_LIBDIR_PATH}"
"1) ${OSHMEM_INFO} 2) ${OSHMEM_INFO_OUTPUT} 3) ${OSHMEM_INFO_OUTPUT_CONTENT} 4) ${OSHMEM_LIBDIR_PATH}"
)

pkg_search_module(OPENSHMEM IMPORTED_TARGET GLOBAL oshmem)
pkg_search_module(OPENSHMEM IMPORTED_TARGET GLOBAL ${OPENSHMEM_PC})

if(NOT OPENSHMEM_FOUND)
file(READ ${OSHMEM_INFO_ERROR} OSHMEM_INFO_ERROR_CONTENT)
Expand Down

0 comments on commit 7e414e9

Please sign in to comment.