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 12, 2024
1 parent 0bf7ad7 commit e3a278f
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 @@ -66,7 +66,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=../install \
-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 e3a278f

Please sign in to comment.