Skip to content
Snippets Groups Projects
Commit 3e991ace authored by Julien Malik's avatar Julien Malik
Browse files

ENH: compile internal otbkml with same boost version as the rest of OTB. libml...

ENH: compile internal otbkml with same boost version as the rest of OTB. libml only uses scoped_ptr and intrusive_ptr from boost
parent 387b4ac3
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ SET(libkml_VERSION_STRING "${libkml_VERSION_MAJOR}.${libkml_VERSION_MINOR}.${lib
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/src)
#INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/third_party)
IF(NOT OTB_USE_EXTERNAL_BOOST)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/third_party/boost_1_34_1)
INCLUDE_DIRECTORIES(${OTB_SOURCE_DIR}/Utilities/BGL)
ELSE(NOT OTB_USE_EXTERNAL_BOOST)
INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIR})
ENDIF(NOT OTB_USE_EXTERNAL_BOOST)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment