add boost dependency on BZip2 by adding find_package( BZip2 REQUIRED )
This commit is contained in:
parent
ccab3ff5ce
commit
b1facf3e90
|
@ -58,7 +58,7 @@ set( BOOST_LIBS_BUILT
|
||||||
|
|
||||||
#-----</configure>---------------------------------------------------------------
|
#-----</configure>---------------------------------------------------------------
|
||||||
|
|
||||||
|
find_package( BZip2 REQUIRED )
|
||||||
|
|
||||||
string( REGEX REPLACE "\\." "_" BOOST_VERS "${BOOST_RELEASE}" )
|
string( REGEX REPLACE "\\." "_" BOOST_VERS "${BOOST_RELEASE}" )
|
||||||
set( PREFIX ${DOWNLOAD_DIR}/boost_${BOOST_VERS} )
|
set( PREFIX ${DOWNLOAD_DIR}/boost_${BOOST_VERS} )
|
||||||
|
|
Loading…
Reference in New Issue