1 #-----------------------------------------------------------------------------
2 # If bbtk uses shipped boost then recurse in boost to build the needed libs
3 IF(BBTK_USE_SHIPPED_BOOST)
4 SUBDIRS(${BBTK_SHIPPED_BOOST})
5 ENDIF(BBTK_USE_SHIPPED_BOOST)
6 #-----------------------------------------------------------------------------