Merge pull request #600 from bska/restore-build

[buildsystem] Disable search for Boost in parser detection
This commit is contained in:
Atgeirr Flø Rasmussen
2014-06-13 13:04:56 +02:00

View File

@@ -109,10 +109,10 @@ if (NOT CJSON_FOUND)
find_package(cjson ${opm-parser_FIND_REQUIRED} ${OPM_PARSER_QUIET})
endif ()
# get the prerequisite Boost libraries
find_package(Boost 1.44.0
COMPONENTS filesystem date_time system unit_test_framework
${opm-parser_FIND_REQUIRED} ${OPM_PARSER_QUIET})
# # get the prerequisite Boost libraries
# find_package(Boost 1.44.0
# COMPONENTS filesystem date_time system unit_test_framework
# ${opm-parser_FIND_REQUIRED} ${OPM_PARSER_QUIET})
if (NOT CJSON_FOUND OR NOT ERT_FOUND OR NOT Boost_FOUND)
set(opm-parser_FOUND "0")