mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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.
This commit is contained in:
parent
8314ea3595
commit
dfe457624e
@ -14,6 +14,6 @@ set (opm-parser_DEPS
|
|||||||
"CXX10Features REQUIRED"
|
"CXX10Features REQUIRED"
|
||||||
# various runtime library enhancements
|
# various runtime library enhancements
|
||||||
"Boost 1.44.0
|
"Boost 1.44.0
|
||||||
COMPONENTS date_time filesystem system unit_test_framework REQUIRED"
|
COMPONENTS date_time filesystem system iostream unit_test_framework REQUIRED"
|
||||||
"cJSON"
|
"cJSON"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user