Skip to content

Commit

Permalink
cmake format applied
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-clmsn committed Oct 29, 2023
1 parent 9b45275 commit 1a211b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmake/HPX_SetupOpenSHMEM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ macro(hpx_setup_openshmem)
)

elseif(
HPX_WITH_PARCELPORT_MPI
AND (MPI_FOUND OR Mpi::mpi)
AND HPX_WITH_PARCELPORT_OPENSHMEM
HPX_WITH_PARCELPORT_OPENSHMEM
AND (NOT HPX_WITH_FETCH_OPENSHMEM)
AND ("${HPX_WITH_PARCELPORT_OPENSHMEM_CONDUIT}" STREQUAL "mpi")
)
Expand All @@ -44,7 +42,7 @@ macro(hpx_setup_openshmem)
if(NOT OPENSHMEM_FOUND)
message(
FATAL_ERROR
"oshmem-cxx not found for HPX_WITH_PARCELPORT_MPI, HPX_WITH_PARCELPORT_OPENSHMEM, and HPX_WITH_PARCELPORT_OPENSHMEM_CONDUIT='mpi'"
"oshmem-cxx not found for HPX_WITH_PARCELPORT_OPENSHMEM and HPX_WITH_PARCELPORT_OPENSHMEM_CONDUIT='mpi'"
)
endif()

Expand Down

0 comments on commit 1a211b7

Please sign in to comment.