Skip to content
Snippets Groups Projects
Commit d8e8699d authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH : OTB can compile successufully with boost 1.40 since a patched boost file...

ENH : OTB can compile successufully with boost 1.40 since a patched boost file causing the conflict was added to Monteverdi
parent bf0c9199
Branches
Tags
No related merge requests found
......@@ -9,10 +9,6 @@ IF(OTB_USE_EXTERNAL_BOOST)
FIND_PACKAGE(Boost)
IF(Boost_FOUND)
MESSAGE(STATUS " Found Boost version ${Boost_VERSION}")
IF( ${Boost_MINOR_VERSION} EQUAL 40)
MESSAGE(WARNING "Boost 1.40 not supported. Disabling OTB_USE_EXTERNAL_BOOST")
SET(OTB_USE_EXTERNAL_BOOST OFF)
ENDIF(${Boost_MINOR_VERSION} EQUAL 40)
IF( ${Boost_MINOR_VERSION} LESS 35)
MESSAGE(WARNING "Boost >= 1.35 is required. Disabling OTB_USE_EXTERNAL_BOOST")
SET(OTB_USE_EXTERNAL_BOOST OFF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment