1 MESSAGE(STATUS "=======================================")
2 MESSAGE(STATUS "Resolving crea compilation options")
3 # messages compilation options
4 IF (CREA_COMPILE_MESSAGES)
5 CREA_DEFINE( CREA_COMPILE_MESSAGES )
6 ENDIF (CREA_COMPILE_MESSAGES)
8 IF (CREA_COMPILE_DEBUG_MESSAGES)
9 CREA_DEFINE( CREA_COMPILE_DEBUG_MESSAGES )
10 ENDIF (CREA_COMPILE_DEBUG_MESSAGES)
12 IF (CREA_COMPILE_WARNING_MESSAGES)
13 CREA_DEFINE( CREA_COMPILE_WARNING_MESSAGES )
14 ENDIF (CREA_COMPILE_WARNING_MESSAGES)
16 IF (CREA_COMPILE_ERROR_MESSAGES)
17 CREA_DEFINE( CREA_COMPILE_ERROR_MESSAGES )
18 ENDIF (CREA_COMPILE_ERROR_MESSAGES)
19 MESSAGE(STATUS "=======================================")