Skip to content

Commit 561a3a2

Browse files
authored
Merge pull request libgit2#5222 from tiennou/cmake/spurious-backend-logging
cmake: remove extraneous logging
2 parents 1725ce0 + 1ed1000 commit 561a3a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/Modules/SelectHTTPSBackend.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ ENDIF()
1010

1111
# Auto-select TLS backend
1212
IF (USE_HTTPS STREQUAL ON)
13-
message(ON)
1413
IF (SECURITY_FOUND)
1514
IF (SECURITY_HAS_SSLCREATECONTEXT)
1615
SET(HTTPS_BACKEND "SecureTransport")
@@ -29,7 +28,6 @@ IF (USE_HTTPS STREQUAL ON)
2928
"Please pass the backend name explicitly (-DUSE_HTTPS=backend)")
3029
ENDIF()
3130
ELSEIF(USE_HTTPS)
32-
message(expl)
3331
# HTTPS backend was explicitly set
3432
SET(HTTPS_BACKEND ${USE_HTTPS})
3533
ELSE()

0 commit comments

Comments
 (0)