mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-16 02:42:23 +08:00
Fix the wording of a CMake message for SSL on Windows
This commit is contained in:
parent
82d38cd65d
commit
c6ed0f94bf
@ -42,7 +42,7 @@ else()
|
|||||||
set(WITH_TLS OFF)
|
set(WITH_TLS OFF)
|
||||||
endif()
|
endif()
|
||||||
if(WIN32)
|
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)
|
set(WITH_TLS OFF)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user