Fixed internal boost

This commit is contained in:
Guilhem Lavaux 2015-04-29 10:32:25 +02:00
parent c50679c31d
commit 38e3e61237
2 changed files with 2 additions and 1 deletions

View file

@ -142,6 +142,7 @@ if (INTERNAL_BOOST)
)
set(Boost_INCLUDE_DIRS ${BOOST_SOURCE_DIR} CACHE STRING "Boost path" FORCE)
set(Boost_LIBRARIES ${BOOST_SOURCE_DIR}/stage/lib/libboost_python.a CACHE STRING "Boost libraries" FORCE)
set(Boost_FOUND YES)
ELSE (INTERNAL_BOOST)
find_package(Boost 1.53)