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

This commit is contained in:
Michael Jones 2024-01-31 19:57:20 -06:00 committed by GitHub
parent d274637d51
commit 2459db6266
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,7 +118,7 @@ if(Prometheus_FOUND)
list(APPEND turnserver_LIBS ${Prometheus_LIBRARIES})
list(APPEND turnserver_include_dirs ${Prometheus_INCLUDE_DIRS})
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. "
"See docs/Prometheus.md")
list(APPEND turnserver_DEFINED TURN_NO_PROMETHEUS)