]> Creatis software - crea.git/blob - cmake/CREAResolveOptions.cmake
*** empty log message ***
[crea.git] / cmake / CREAResolveOptions.cmake
1 # messages compilation options 
2 IF (CREA_COMPILE_MESSAGES) 
3   CREA_DEFINE( CREA_COMPILE_MESSAGES )
4 ENDIF (CREA_COMPILE_MESSAGES) 
5
6 IF (CREA_COMPILE_DEBUG_MESSAGES) 
7   CREA_DEFINE( CREA_COMPILE_DEBUG_MESSAGES )
8 ENDIF (CREA_COMPILE_DEBUG_MESSAGES) 
9
10 IF (CREA_COMPILE_WARNING_MESSAGES) 
11   CREA_DEFINE( CREA_COMPILE_WARNING_MESSAGES )
12 ENDIF (CREA_COMPILE_WARNING_MESSAGES) 
13
14 IF (CREA_COMPILE_ERROR_MESSAGES) 
15   CREA_DEFINE( CREA_COMPILE_ERROR_MESSAGES )
16 ENDIF (CREA_COMPILE_ERROR_MESSAGES)