Skip to content

Commit

Permalink
Use C++20 for HPX in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
zhekemist committed Jul 29, 2024
1 parent 65e35d8 commit 03cc5aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ jobs:
/hpx/source \
-G "Ninja" \
-DCMAKE_BUILD_TYPE=Debug \
-DHPX_WITH_CXX_STANDARD=20 \
-DHPX_WITH_MALLOC=system \
-DHPX_WITH_FETCH_ASIO=Off \
-DHPX_WITH_DATAPAR_BACKEND=VC \
Expand Down

0 comments on commit 03cc5aa

Please sign in to comment.