summaryrefslogtreecommitdiff
path: root/src/cmake/showoptions.cmake
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2017-09-20 01:23:20 +0200
committerYehonal <yehonal.azeroth@gmail.com>2017-09-20 01:23:20 +0200
commit8ad3c15d638807be2e4ebf4cb8453c3b502bd5c9 (patch)
tree400537f755a782af94889e11d2314c9c6c5ba327 /src/cmake/showoptions.cmake
parent70ab2a8771ac9da9f6eb82b975318e06689f544c (diff)
Cmake: Compiling with warnings by default
Forcing all contributors to fix all warnings before push a commit (i hope)
Diffstat (limited to 'src/cmake/showoptions.cmake')
-rw-r--r--src/cmake/showoptions.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmake/showoptions.cmake b/src/cmake/showoptions.cmake
index 1ec0e87549..f463024628 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")
+ message("* Show all warnings : Yes (default)")
else()
- message("* Show compile-warnings : No (default)")
+ message("* Show compile-warnings : No")
endif()
if( WITH_COREDEBUG )