add boost dependency on BZip2 by adding find_package( BZip2 REQUIRED )

This commit is contained in:
Maciej Sumiński 2013-11-14 16:51:11 -06:00 committed by Dick Hollenbeck
parent ccab3ff5ce
commit b1facf3e90
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ set( BOOST_LIBS_BUILT
#-----</configure>---------------------------------------------------------------
find_package( BZip2 REQUIRED )
string( REGEX REPLACE "\\." "_" BOOST_VERS "${BOOST_RELEASE}" )
set( PREFIX ${DOWNLOAD_DIR}/boost_${BOOST_VERS} )