1 #===========================================================================
2 # If the package is not a "core" bbtk package (included into the toolkit)
3 # then we have to find (and use) bbtk
4 IF(NOT BBTK_CORE_PACKAGE)
5 #-------------------------------------------------------------------------
6 # Find and use the Black Box Toolkit
8 SET(FIND_PACKAGE_VERBOSE TRUE)
12 INCLUDE(${BBTK_USE_FILE})
16 MARK_AS_ADVANCED(BBTK_DIR)
18 #-------------------------------------------------------------------------
19 ENDIF(NOT BBTK_CORE_PACKAGE)
20 #===========================================================================
22 #===========================================================================
23 # Include package configuration cmake script from bbtk dir
24 INCLUDE(${BBTK_CMAKE_DIR}/BBTKConfigurePackage.cmake)
25 #===========================================================================