Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
dune-solvers.m4 265 B
# Additional checks needed to build the module
AC_DEFUN([DUNE_SOLVERS_CHECKS],[
  AC_REQUIRE([DUNE_IPOPT])
])

# Additional checks needed to find the module
AC_DEFUN([DUNE_SOLVERS_CHECK_MODULE],[
  DUNE_CHECK_MODULES([dune-solvers], [solvers/solvers/solver.hh])
])