add boost dependency on BZip2 by adding find_package( BZip2 REQUIRED )
This commit is contained in:
parent
5f2f80f480
commit
42d54163c5
|
@ -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} )
|
||||
|
|
Loading…
Reference in New Issue