From 6aec9fc64bba20e8f07e84f94f9057a2e11be563 Mon Sep 17 00:00:00 2001 From: Roland Kaufmann Date: Fri, 23 Aug 2013 23:24:47 +0200 Subject: [PATCH] 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. --- cmake/Modules/opm-autodiff-prereqs.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/opm-autodiff-prereqs.cmake b/cmake/Modules/opm-autodiff-prereqs.cmake index 6399259c..650e533c 100644 --- a/cmake/Modules/opm-autodiff-prereqs.cmake +++ b/cmake/Modules/opm-autodiff-prereqs.cmake @@ -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;