Merge pull request #337 from rolk/337_boost

Fix prerequisite Boost components across modules
This commit is contained in:
Bård Skaflestad 2013-08-23 15:37:19 -07:00
commit 889f8d7e49

View File

@ -13,7 +13,7 @@ set (opm-autodiff_DEPS
"CXX11Features"
# Various runtime library enhancements
"Boost 1.39.0
COMPONENTS system unit_test_framework REQUIRED"
COMPONENTS date_time filesystem system unit_test_framework REQUIRED"
# DUNE prerequisites
"dune-common REQUIRED;
dune-istl REQUIRED;