Set the boost version requirement to 1.44 - and added cJSON dependency
This commit is contained in:
parent
ce8da88764
commit
04d7d82e7c
@ -13,6 +13,6 @@ set (opm-parser_DEPS
|
|||||||
# compile with C++0x/11 support if available
|
# compile with C++0x/11 support if available
|
||||||
"CXX11Features REQUIRED"
|
"CXX11Features REQUIRED"
|
||||||
# various runtime library enhancements
|
# various runtime library enhancements
|
||||||
"Boost 1.39.0
|
"Boost 1.44.0 COMPONENTS date_time filesystem system unit_test_framework REQUIRED"
|
||||||
COMPONENTS date_time filesystem system unit_test_framework REQUIRED"
|
"cJSON"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user