mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Disable search for Boost in parser detection
This changeset disables the effect of commit 778e87d
. There appears
to be an unforeseen interaction between the calls to
Find_Package (Boost)
that are implied by module 'opm-parser-prereqs.cmake' and the one
that's directly invoked in 'Findopm-parser.cmake'. Until the
situation can be fully analysed and a complete solution implemented,
this is a temporary measure to restore the build of opm-core and
downstream OPM modules.
This commit is contained in:
parent
778e87d710
commit
c5bbf19fce
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user