fixed: properly avoid inclusion of BDA types if BDA is disabled

This commit is contained in:
Arne Morten Kvarving
2024-05-02 11:31:23 +02:00
parent da5f20a0d9
commit 3024fba293
5 changed files with 12 additions and 5 deletions

View File

@@ -46,7 +46,7 @@
#include <cstddef>
#include <string>
#if HAVE_CUDA || HAVE_OPENCL
#if COMPILE_BDA_BRIDGE && (HAVE_CUDA || HAVE_OPENCL)
#include <opm/simulators/linalg/bda/WellContributions.hpp>
#endif