Fix the wording of a CMake message for SSL on Windows

This commit is contained in:
Eric Dong 2021-08-13 13:02:49 -07:00
parent 82d38cd65d
commit c6ed0f94bf
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ else()
set(WITH_TLS OFF)
endif()
if(WIN32)
message(STATUS "TLS is temporarilty disabled on macOS while libressl -> openssl transition happens")
message(STATUS "TLS is temporarilty disabled on Windows while libressl -> openssl transition happens")
set(WITH_TLS OFF)
endif()
endif()