opm-autodiff needs filesystem component of Boost

Also, it really should be the same as the rest to make sure that we
pick up the right components when we look for the Boost library.
This commit is contained in:
Roland Kaufmann 2013-08-23 23:24:47 +02:00
parent 089e755735
commit 6aec9fc64b

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;