Skip to content
Snippets Groups Projects
Commit 0509ae89 authored by Christoph Alt's avatar Christoph Alt
Browse files

disable warning error to avoid the failing for gcc compilation of sqlite

parent d0446563
No related branches found
No related tags found
No related merge requests found
Pipeline #691226 passed
Pipeline: cx-test

#691227

    ......@@ -58,7 +58,7 @@ cmake ${FULL_PATH} \
    -DWALBERLA_BUILD_TESTS=ON \
    -DWALBERLA_BUILD_BENCHMARKS=ON \
    -DWALBERLA_BUILD_TUTORIALS=OFF \
    -DWARNING_ERROR=ON \
    -DWARNING_ERROR=OFF \
    -DWALBERLA_BUILD_WITH_MPI=$WALBERLA_BUILD_WITH_MPI \
    -DWALBERLA_BUILD_WITH_CUDA=$WALBERLA_BUILD_WITH_CUDA \
    -DWALBERLA_BUILD_WITH_HIP=$WALBERLA_BUILD_WITH_HIP \
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment