Common components for OPM, in particular build system (cmake).
Go to file
Bård Skaflestad 78bed975ed Disable build kluge that is no longer pertinent
The <have_boost_redef.hpp> header was introduced (commit 82369f9) as
a work-around for a particular interaction in the Autotools-based
setup of OPM-Core and the Dune core modules.  Notably, Dune's
"Enable" trick for Boost failed on some older Autoconf systems.  Now
that we're using CMake, however, that kluge is no longer needed
because we (OPM-Core) always

  #define HAVE_BOOST 1

i.e., as an explict true/false value.

Therefore, we need no longer include <have_boost_redef.hpp> .  The
header will be removed at a later time.
2013-06-20 23:14:39 +02:00
opm/core/utility make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
tests Disable build kluge that is no longer pertinent 2013-06-20 23:14:39 +02:00