Try to fix travis build

This commit is contained in:
Eduardo Bart
2013-01-16 12:42:06 -02:00
parent 4305b9e8f4
commit d2712fa218
5 changed files with 6 additions and 5 deletions

View File

@@ -180,7 +180,7 @@ else()
endif()
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_LIBS ${USE_STATIC_LIBS})
find_package(Boost 1.50.0 COMPONENTS ${REQUIRED_BOOST_COMPONENTS} REQUIRED)
find_package(Boost 1.48.0 COMPONENTS ${REQUIRED_BOOST_COMPONENTS} REQUIRED)
#find lua
if(LUAJIT)