Skip to content

Commit

Permalink
additional fixes for openmpi-openshmem
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-clmsn committed Nov 7, 2023
1 parent 433f3b3 commit 7c8d063
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmake/HPX_SetupOpenSHMEM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ macro(hpx_setup_openshmem)
set(OPENSHMEM_CFLAGS
"-I${OSHMEM_INCDIR_PATH} -pthread -I${OSHMEM_LIBDIR_PATH}"
)
set(OPENSHMEM_LDFLAGS
"-loshmem"
)
set(OPENSHMEM_LDFLAGS "-loshmem")
set(OPENSHMEM_LIBRARY_DIRS "${OSHMEM_LIBDIR_PATH}")

add_library(PkgConfig::OPENSHMEM INTERFACE IMPORTED GLOBAL)
Expand Down

0 comments on commit 7c8d063

Please sign in to comment.