aboutsummaryrefslogtreecommitdiff
path: root/cmake/showoptions.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/showoptions.cmake')
-rw-r--r--cmake/showoptions.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake
index 8cf5d85b913..5a80136312d 100644
--- a/cmake/showoptions.cmake
+++ b/cmake/showoptions.cmake
@@ -154,6 +154,11 @@ if(WITHOUT_METRICS)
message(" *** WITHOUT_METRICS - WARNING!")
message(" *** Please note that this will disable all metrics output (i.e. InfluxDB and Grafana)")
add_definitions(-DWITHOUT_METRICS)
+elseif (WITH_DETAILED_METRICS)
+ message("")
+ message(" *** WITH_DETAILED_METRICS - WARNING!")
+ message(" *** Please note that this will enable detailed metrics output (i.e. time each session takes to update)")
+ add_definitions(-DWITH_DETAILED_METRICS)
endif()
if(WITH_STRICT_DATABASE_TYPE_CHECKS)