Browse Source

Adjust wording in cmake message when prometheous cannot be found. (#1418)

Michael Jones 1 year ago
parent
commit
2459db6266
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/apps/relay/CMakeLists.txt

+ 1 - 1
src/apps/relay/CMakeLists.txt

@@ -118,7 +118,7 @@ if(Prometheus_FOUND)
     list(APPEND turnserver_LIBS ${Prometheus_LIBRARIES})
     list(APPEND turnserver_LIBS ${Prometheus_LIBRARIES})
     list(APPEND turnserver_include_dirs ${Prometheus_INCLUDE_DIRS})
     list(APPEND turnserver_include_dirs ${Prometheus_INCLUDE_DIRS})
 else()
 else()
-    message(AUTHOR_WARNING "Don't find prometheus. please install "
+    message(AUTHOR_WARNING "Could not find prometheus. Please install "
         "prom, promhttp, microhttpd, and set Prometheus_ROOT. "
         "prom, promhttp, microhttpd, and set Prometheus_ROOT. "
         "See docs/Prometheus.md")
         "See docs/Prometheus.md")
     list(APPEND turnserver_DEFINED TURN_NO_PROMETHEUS)
     list(APPEND turnserver_DEFINED TURN_NO_PROMETHEUS)