]> Creatis software - crea.git/blob - cmake/CREAResolveOptions.cmake
no message
[crea.git] / cmake / CREAResolveOptions.cmake
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) 
7
8 IF (CREA_COMPILE_DEBUG_MESSAGES) 
9   CREA_DEFINE( CREA_COMPILE_DEBUG_MESSAGES )
10 ENDIF (CREA_COMPILE_DEBUG_MESSAGES) 
11
12 IF (CREA_COMPILE_WARNING_MESSAGES) 
13   CREA_DEFINE( CREA_COMPILE_WARNING_MESSAGES )
14 ENDIF (CREA_COMPILE_WARNING_MESSAGES) 
15
16 IF (CREA_COMPILE_ERROR_MESSAGES) 
17   CREA_DEFINE( CREA_COMPILE_ERROR_MESSAGES )
18 ENDIF (CREA_COMPILE_ERROR_MESSAGES) 
19 MESSAGE(STATUS "=======================================")