Skip to content

Commit

Permalink
Try adding cxx standard 17 back.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Nov 12, 2024
1 parent 0f06763 commit 9dec9f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ jobs:
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-DCMAKE_CXX_COMPILER:STRING=$(which clang++) \
-DCMAKE_C_COMPILER:STRING=$(which clang) \
-DCMAKE_CXX_STANDARD:STRING=17 \
-DPELE_ENABLE_MPI:BOOL=OFF \
-DPELE_ENABLE_HIP:BOOL=ON \
-DPELE_EXCLUDE_BUILD_IN_CI:BOOL=ON \
Expand Down

0 comments on commit 9dec9f5

Please sign in to comment.