diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmake/showoptions.cmake | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmake/showoptions.cmake b/src/cmake/showoptions.cmake index f463024628..1ec0e87549 100644 --- a/src/cmake/showoptions.cmake +++ b/src/cmake/showoptions.cmake @@ -53,9 +53,9 @@ else()  endif()  if( WITH_WARNINGS ) -  message("* Show all warnings      : Yes (default)") +  message("* Show all warnings      : Yes")  else() -  message("* Show compile-warnings  : No") +  message("* Show compile-warnings  : No  (default)")  endif()  if( WITH_COREDEBUG )  | 
