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
11 INCLUDE(${BBTK_USE_FILE})
15 MARK_AS_ADVANCED(BBTK_DIR)
17 #-------------------------------------------------------------------------
18 ENDIF(NOT BBTK_CORE_PACKAGE)
19 #===========================================================================
21 #===========================================================================
22 # Include package configuration cmake script from bbtk dir
23 INCLUDE(${BBTK_CMAKE_DIR}/BBTKConfigurePackage.cmake)
24 #===========================================================================