Merge pull request #608 from andlaus/Findopm-parser_require_boost__regex
add the boost::regex library as a prerequisite
This commit is contained in:
commit
d2cd2509eb
@ -115,7 +115,7 @@ if (NOT CJSON_FOUND)
|
|||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# get the prerequisite Boost libraries
|
# get the prerequisite Boost libraries
|
||||||
find_package(Boost 1.44.0 COMPONENTS filesystem date_time system unit_test_framework ${OPM_PARSER_QUIET})
|
find_package(Boost 1.44.0 COMPONENTS filesystem date_time system unit_test_framework regex ${OPM_PARSER_QUIET})
|
||||||
|
|
||||||
if (CJSON_FOUND AND ERT_FOUND AND Boost_FOUND AND
|
if (CJSON_FOUND AND ERT_FOUND AND Boost_FOUND AND
|
||||||
OPM_PARSER_LIBRARY AND OPM_JSON_LIBRARY AND OPM_PARSER_INCLUDE_DIR)
|
OPM_PARSER_LIBRARY AND OPM_JSON_LIBRARY AND OPM_PARSER_INCLUDE_DIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user