Skip to content

Commit

Permalink
Disable pkgconfig in HPX build (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter authored Jul 26, 2023
1 parent 9332b2b commit bf4ad19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ fi)
cmake .. \
-DCMAKE_INSTALL_PREFIX=$HPX_INSTALL_ROOT/hpx \
-DCMAKE_BUILD_TYPE=Release \
-DHPX_WITH_PKGCONFIG=OFF \
-DHPX_WITH_FETCH_ASIO=ON \
-DHPX_WITH_PARCELPORT_MPI=ON \
-DHPX_WITH_PARCELPORT_TCP=OFF \
Expand Down

0 comments on commit bf4ad19

Please sign in to comment.