Skip to content

Commit

Permalink
missing pkgconfig check
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-clmsn committed Mar 25, 2024
1 parent 766d572 commit 9dc29ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/HPX_SetupOpenSHMEM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ include(HPX_Message)

macro(hpx_setup_openshmem)

find_package(PkgConfig REQUIRED)
if(NOT TARGET PkgConfig::OPENSHMEM)

set(OPENSHMEM_PC "")
Expand Down

0 comments on commit 9dc29ac

Please sign in to comment.