Skip to content

Commit

Permalink
Merge pull request #13508 from peterrum/test_cpp_17
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Mar 10, 2022
2 parents 24bd0a4 + 16a60f0 commit 6f2ba8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
mkdir build
cd build
cmake -D CMAKE_BUILD_TYPE=Debug \
-D DEAL_II_CXX_FLAGS='-Werror' \
-D DEAL_II_CXX_FLAGS='-Werror -std=c++17' \
-D DEAL_II_EARLY_DEPRECATIONS=ON \
-D DEAL_II_WITH_MPI="ON" \
-D DEAL_II_WITH_TRILINOS="ON" \
Expand Down

0 comments on commit 6f2ba8f

Please sign in to comment.