Skip to content

Commit 4a0cf7e

Browse files
committed
DEL: Remove redundant CMake set
1 parent 304514b commit 4a0cf7e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,6 @@ else()
215215
endif()
216216
# openSSL
217217
find_package(OpenSSL REQUIRED)
218-
if(OPENSSL_FOUND)
219-
set(HTTPLIB_IS_USING_OPENSSL TRUE)
220-
endif()
221218
find_package(Zstd REQUIRED)
222219
find_package(Threads REQUIRED)
223220

0 commit comments

Comments
 (0)