We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1725ce0 + 1ed1000 commit 561a3a2Copy full SHA for 561a3a2
cmake/Modules/SelectHTTPSBackend.cmake
@@ -10,7 +10,6 @@ ENDIF()
10
11
# Auto-select TLS backend
12
IF (USE_HTTPS STREQUAL ON)
13
- message(ON)
14
IF (SECURITY_FOUND)
15
IF (SECURITY_HAS_SSLCREATECONTEXT)
16
SET(HTTPS_BACKEND "SecureTransport")
@@ -29,7 +28,6 @@ IF (USE_HTTPS STREQUAL ON)
29
28
"Please pass the backend name explicitly (-DUSE_HTTPS=backend)")
30
ENDIF()
31
ELSEIF(USE_HTTPS)
32
- message(expl)
33
# HTTPS backend was explicitly set
34
SET(HTTPS_BACKEND ${USE_HTTPS})
35
ELSE()
0 commit comments