From dfe457624eaef5c12e16e527683354a68d71b36f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Fri, 28 Feb 2014 19:13:46 +0100 Subject: [PATCH] Depend on Boost.Iostreams The benchmark library uses Boost::iostreams to do decompression. Since we only scan for the Boost dependency once, this submodule is added to all of the projects in order to have a coherent dependency on Boost. --- cmake/Modules/opm-parser-prereqs.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/opm-parser-prereqs.cmake b/cmake/Modules/opm-parser-prereqs.cmake index 47c77ae96..fca8f2481 100644 --- a/cmake/Modules/opm-parser-prereqs.cmake +++ b/cmake/Modules/opm-parser-prereqs.cmake @@ -14,6 +14,6 @@ set (opm-parser_DEPS "CXX10Features REQUIRED" # various runtime library enhancements "Boost 1.44.0 - COMPONENTS date_time filesystem system unit_test_framework REQUIRED" + COMPONENTS date_time filesystem system iostream unit_test_framework REQUIRED" "cJSON" )