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" )