mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Set the boost version requirement to 1.44 - and added cJSON dependency
This commit is contained in:
committed by
Andreas Lauser
parent
0b5bf98664
commit
02d4f6c414
@@ -13,6 +13,6 @@ set (opm-parser_DEPS
|
||||
# compile with C++0x/11 support if available
|
||||
"CXX11Features REQUIRED"
|
||||
# various runtime library enhancements
|
||||
"Boost 1.39.0
|
||||
COMPONENTS date_time filesystem system unit_test_framework REQUIRED"
|
||||
"Boost 1.44.0 COMPONENTS date_time filesystem system unit_test_framework REQUIRED"
|
||||
"cJSON"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user