1 #-----------------------------------------------------------------------------
2 # messages compilation options
3 OPTION ( BBTK_COMPILE_MESSAGES "Compile bbtk messages ?" ON)
4 OPTION ( BBTK_COMPILE_DEBUG_MESSAGES "Compile bbtk debug messages ?" OFF)
5 OPTION ( BBTK_COMPILE_WARNING_MESSAGES "Compile bbtk warning messages ?" ON)
6 OPTION ( BBTK_COMPILE_ERROR_MESSAGES "Compile bbtk error messages ?" ON)
7 #-----------------------------------------------------------------------------