Skip to content

Commit

Permalink
disable -werror on trilinos pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Dec 10, 2024
1 parent 1547e9d commit 3e2ec42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-trilinos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
-D EIGEN_INCLUDE_DIR=/eigen/eigen-${{ env.eigen_version }} \
-D Trilinos_DIR=${{ env.trilinos_dir }}/lib/cmake/Trilinos \
-D CMAKE_INSTALL_PREFIX:PATH=${PRESSIO_INSTALL_DIR} \
-D CMAKE_CXX_FLAGS='-Wall -Werror'
-D CMAKE_CXX_FLAGS='-Wall'
- name: Build
run: cmake --build builddir -j $num_cpus --target install
Expand Down

0 comments on commit 3e2ec42

Please sign in to comment.