From 3dbcb66a215455a7a2243589070bfd7c5a65c4f0 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 6399259c6..650e533c1 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;